1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00

(directory-abbrev-alist): Fix docstring.

This commit is contained in:
Stefan Monnier 2009-11-11 19:02:35 +00:00
parent 6ada8f7929
commit 2db2f23269

View file

@ -56,7 +56,7 @@ when it has unsaved changes."
A list of elements of the form (FROM . TO), each meaning to replace 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 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. 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 FROM and TO should be equivalent names, which refer to the
same directory. Do not use `~' in the TO strings; same directory. Do not use `~' in the TO strings;