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:
parent
4dab794fe4
commit
11cfb745a2
@ -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'.
|
||||
|
Loading…
Reference in New Issue
Block a user