aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-09-17 17:51:40 +0000
committerRichard M. Stallman1993-09-17 17:51:40 +0000
commit65151a1bd491f852a66d652ceebd677b307dd216 (patch)
tree09658fd4f8ea9635f21c74ba2b901407140cdb59
parent2051e259564b51fdbce1061dda060eb991e01850 (diff)
downloademacs-65151a1bd491f852a66d652ceebd677b307dd216.tar.gz
emacs-65151a1bd491f852a66d652ceebd677b307dd216.zip
(directory-abbrev-alist): Doc fix.
-rw-r--r--lisp/files.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 4696dbababe..01d08ed0c71 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -39,6 +39,9 @@ FROM with TO when it appears in a directory name. This replacement is
39done when setting up the default directory of a newly visited file. 39done when setting up the default directory of a newly visited file.
40*Every* FROM string should start with `^'. 40*Every* FROM string should start with `^'.
41 41
42Do not use `~' in the TO strings.
43They should be ordinary absolute directory names.
44
42Use this feature when you have directories which you normally refer to 45Use this feature when you have directories which you normally refer to
43via absolute symbolic links. Make TO the name of the link, and FROM 46via absolute symbolic links. Make TO the name of the link, and FROM
44the name it is linked to.") 47the name it is linked to.")