diff options
author | Dave Love <fx@gnu.org> | 1999-07-29 21:50:47 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-07-29 21:50:47 +0000 |
commit | 11cfb745a29fc8581504e3722c91bf84b7f42c63 (patch) | |
tree | 2b7f97d59c7325b1d5d57c09fba0ccca716fc94b /lisp | |
parent | 4dab794fe4a7450ded85b5794885b54c235b4cca (diff) | |
download | emacs-11cfb745a29fc8581504e3722c91bf84b7f42c63.tar.gz emacs-11cfb745a29fc8581504e3722c91bf84b7f42c63.tar.bz2 emacs-11cfb745a29fc8581504e3722c91bf84b7f42c63.zip |
(abbreviated-home-dir): Doc fix.
Diffstat (limited to 'lisp')
-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 7013442d04c..0c5fc6b7e03 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -795,7 +795,7 @@ Choose the buffer's name using `generate-new-buffer-name'." "Regexp to match the automounter prefix in a directory name.") (defvar abbreviated-home-dir nil - "The user's homedir abbreviated according to `directory-abbrev-list'.") + "The user's homedir abbreviated according to `directory-abbrev-alist'.") (defun abbreviate-file-name (filename) "Return a version of FILENAME shortened using `directory-abbrev-alist'. |