changeset 4735:97c1e7309a2d

(directory-abbrev-alist): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Sep 1993 17:51:40 +0000
parents 488d0b668380
children 6aeb2227ed30
files lisp/files.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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.")