]> git.eshelyaron.com Git - emacs.git/commitdiff
(directory-abbrev-alist): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Sep 1993 17:51:40 +0000 (17:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Sep 1993 17:51:40 +0000 (17:51 +0000)
lisp/files.el

index 4696dbababe5a24939b9a7eeebac734a2621a7f6..01d08ed0c71d294a41a3caef8fa0e51360686440 100644 (file)
@@ -39,6 +39,9 @@ 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 `^'.
 
+Do not use `~' in the TO strings.
+They should be ordinary absolute directory names.
+
 Use this feature when you have directories which you normally refer to
 via absolute symbolic links.  Make TO the name of the link, and FROM
 the name it is linked to.")