mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(directory-abbrev-alist): Fix docstring.
This commit is contained in:
parent
6ada8f7929
commit
2db2f23269
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ when it has unsaved changes."
|
|||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue