emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp files.el


From: Stefan Monnier
Subject: [Emacs-diffs] emacs/lisp files.el
Date: Wed, 11 Nov 2009 19:02:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/11/11 19:02:35

Modified files:
        lisp           : files.el 

Log message:
        (directory-abbrev-alist): Fix docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/files.el?cvsroot=emacs&r1=1.1098&r2=1.1099

Patches:
Index: files.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/files.el,v
retrieving revision 1.1098
retrieving revision 1.1099
diff -u -b -r1.1098 -r1.1099
--- files.el    6 Nov 2009 05:16:27 -0000       1.1098
+++ files.el    11 Nov 2009 19:02:35 -0000      1.1099
@@ -56,7 +56,7 @@
 A list of elements of the form (FROM . TO), each meaning to replace
 FROM with TO when it appears in a directory name.  This replacement is
 done when setting up the default directory of a newly visited file.
-*Every* FROM string should start with `^'.
+*Every* FROM string should start with \"\\\\`\".
 
 FROM and TO should be equivalent names, which refer to the
 same directory.  Do not use `~' in the TO strings;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]