1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(abbreviated-home-dir): Doc fix.

This commit is contained in:
Dave Love 1999-07-29 21:50:47 +00:00
parent 4dab794fe4
commit 11cfb745a2

View File

@ -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'.