diff options
| author | Stefan Monnier | 2009-11-11 19:02:35 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-11-11 19:02:35 +0000 |
| commit | 2db2f23269d5fab0cbae7c13ae9e35f275d09d99 (patch) | |
| tree | aff80d72045783d9e185594c88d3e11011f3efef | |
| parent | 6ada8f7929e00d920b278813441d141f2265509d (diff) | |
| download | emacs-2db2f23269d5fab0cbae7c13ae9e35f275d09d99.tar.gz emacs-2db2f23269d5fab0cbae7c13ae9e35f275d09d99.zip | |
(directory-abbrev-alist): Fix docstring.
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 8c26b0bbfaf..328239b5e37 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -56,7 +56,7 @@ when it has unsaved changes." | |||
| 56 | A list of elements of the form (FROM . TO), each meaning to replace | 56 | A list of elements of the form (FROM . TO), each meaning to replace |
| 57 | FROM with TO when it appears in a directory name. This replacement is | 57 | FROM with TO when it appears in a directory name. This replacement is |
| 58 | done when setting up the default directory of a newly visited file. | 58 | done when setting up the default directory of a newly visited file. |
| 59 | *Every* FROM string should start with `^'. | 59 | *Every* FROM string should start with \"\\\\`\". |
| 60 | 60 | ||
| 61 | FROM and TO should be equivalent names, which refer to the | 61 | FROM and TO should be equivalent names, which refer to the |
| 62 | same directory. Do not use `~' in the TO strings; | 62 | same directory. Do not use `~' in the TO strings; |