aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.")