mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +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.")
|
"Regexp to match the automounter prefix in a directory name.")
|
||||||
|
|
||||||
(defvar abbreviated-home-dir nil
|
(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)
|
(defun abbreviate-file-name (filename)
|
||||||
"Return a version of FILENAME shortened using `directory-abbrev-alist'.
|
"Return a version of FILENAME shortened using `directory-abbrev-alist'.
|
||||||
|
Loading…
Reference in New Issue
Block a user