diff options
| author | Richard M. Stallman | 1993-09-17 17:51:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-09-17 17:51:40 +0000 |
| commit | 65151a1bd491f852a66d652ceebd677b307dd216 (patch) | |
| tree | 09658fd4f8ea9635f21c74ba2b901407140cdb59 | |
| parent | 2051e259564b51fdbce1061dda060eb991e01850 (diff) | |
| download | emacs-65151a1bd491f852a66d652ceebd677b307dd216.tar.gz emacs-65151a1bd491f852a66d652ceebd677b307dd216.zip | |
(directory-abbrev-alist): Doc fix.
| -rw-r--r-- | lisp/files.el | 3 |
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 | |||
| 39 | done when setting up the default directory of a newly visited file. | 39 | done 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 | ||
| 42 | Do not use `~' in the TO strings. | ||
| 43 | They should be ordinary absolute directory names. | ||
| 44 | |||
| 42 | Use this feature when you have directories which you normally refer to | 45 | Use this feature when you have directories which you normally refer to |
| 43 | via absolute symbolic links. Make TO the name of the link, and FROM | 46 | via absolute symbolic links. Make TO the name of the link, and FROM |
| 44 | the name it is linked to.") | 47 | the name it is linked to.") |