aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-07-29 21:50:47 +0000
committerDave Love1999-07-29 21:50:47 +0000
commit11cfb745a29fc8581504e3722c91bf84b7f42c63 (patch)
tree2b7f97d59c7325b1d5d57c09fba0ccca716fc94b
parent4dab794fe4a7450ded85b5794885b54c235b4cca (diff)
downloademacs-11cfb745a29fc8581504e3722c91bf84b7f42c63.tar.gz
emacs-11cfb745a29fc8581504e3722c91bf84b7f42c63.zip
(abbreviated-home-dir): Doc fix.
-rw-r--r--lisp/files.el2
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'."
795 "Regexp to match the automounter prefix in a directory name.") 795 "Regexp to match the automounter prefix in a directory name.")
796 796
797(defvar abbreviated-home-dir nil 797(defvar abbreviated-home-dir nil
798 "The user's homedir abbreviated according to `directory-abbrev-list'.") 798 "The user's homedir abbreviated according to `directory-abbrev-alist'.")
799 799
800(defun abbreviate-file-name (filename) 800(defun abbreviate-file-name (filename)
801 "Return a version of FILENAME shortened using `directory-abbrev-alist'. 801 "Return a version of FILENAME shortened using `directory-abbrev-alist'.