changeset 105955:21f6a54627b6

(directory-abbrev-alist): Fix docstring.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 11 Nov 2009 19:02:35 +0000
parents d11f5e25913f
children 31f80330b77b
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Wed Nov 11 19:01:10 2009 +0000
+++ b/lisp/files.el	Wed Nov 11 19:02:35 2009 +0000
@@ -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;