diff lisp/files.el @ 4735:97c1e7309a2d

(directory-abbrev-alist): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Sep 1993 17:51:40 +0000
parents f57fe6dbf4a0
children 5eaa5d4eaaca
line wrap: on
line diff
--- a/lisp/files.el	Fri Sep 17 16:50:01 1993 +0000
+++ b/lisp/files.el	Fri Sep 17 17:51:40 1993 +0000
@@ -39,6 +39,9 @@
 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.")