aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2011-01-08 16:22:19 -0500
committerChong Yidong2011-01-08 16:22:19 -0500
commit2b9f65621bbd3565a402a17ece337352c10f1488 (patch)
treedb42754ae9a1292abd006f5f9710fd49542fe81b /lisp
parent3d91e302868dfb6bf12e697f81167447ce4a7250 (diff)
downloademacs-2b9f65621bbd3565a402a17ece337352c10f1488.tar.gz
emacs-2b9f65621bbd3565a402a17ece337352c10f1488.zip
* lisp/files.el (directory-abbrev-alist): Minor doc fix (Bug#7777).
* doc/lispref/files.texi: Likewise.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 6ff8af98dc1..1e03ba1920f 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -57,7 +57,7 @@ when it has unsaved changes."
57A list of elements of the form (FROM . TO), each meaning to replace 57A list of elements of the form (FROM . TO), each meaning to replace
58FROM with TO when it appears in a directory name. This replacement is 58FROM with TO when it appears in a directory name. This replacement is
59done when setting up the default directory of a newly visited file. 59done when setting up the default directory of a newly visited file.
60*Every* FROM string should start with \"\\\\`\". 60*Every* FROM string ought to start with \"\\\\`\".
61 61
62FROM and TO should be equivalent names, which refer to the 62FROM and TO should be equivalent names, which refer to the
63same directory. Do not use `~' in the TO strings; 63same directory. Do not use `~' in the TO strings;