# HG changeset patch # User Stefan Monnier # Date 1257966155 0 # Node ID 21f6a54627b63044d0a6eafd0b98992b1af3249b # Parent d11f5e25913ff688710df2cfbfa83b3a2f27b322 (directory-abbrev-alist): Fix docstring. diff -r d11f5e25913f -r 21f6a54627b6 lisp/files.el --- 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;