diff lisp/files.el @ 25105:34ce1470ac01

(abbreviated-home-dir): Doc fix.
author Dave Love <fx@gnu.org>
date Thu, 29 Jul 1999 21:50:47 +0000
parents a51a012046c4
children 08b62bd09c92
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'.