Mercurial > emacs
changeset 25105:34ce1470ac01
(abbreviated-home-dir): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 29 Jul 1999 21:50:47 +0000 |
parents | ce45b5985d7e |
children | bfdfc5515d48 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Thu Jul 29 21:49:04 1999 +0000 +++ b/lisp/files.el Thu Jul 29 21:50:47 1999 +0000 @@ -795,7 +795,7 @@ "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'.