]> git.eshelyaron.com Git - emacs.git/commitdiff
(abbreviate-file-name): Shorten docstring: variables
authorKai Großjohann <kgrossjo@eu.uu.net>
Sat, 22 Feb 2003 20:27:51 +0000 (20:27 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Sat, 22 Feb 2003 20:27:51 +0000 (20:27 +0000)
are now hyperlinks and `C-h v' need not be mentioned explicitly.

lisp/ChangeLog
lisp/files.el

index db111fef828efb5a63097c1e1f05389c2058e18a..7d15bef3a87895df21d9f01a585923fd6e2e4008 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * files.el (abbreviate-file-name): Shorten docstring: variables
+       are now hyperlinks and `C-h v' need not be mentioned explicitly.
+
 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
 
        * files.el (abbreviate-file-name): Document removal of
index 0eebc7d0391e5fce9aad9bb7d5858c0a5fbdd062..909eba662a3cca6df6eb992704ce2987365ce609 100644 (file)
@@ -997,8 +997,7 @@ Choose the buffer's name using `generate-new-buffer-name'."
 (defun abbreviate-file-name (filename)
   "Return a version of FILENAME shortened using `directory-abbrev-alist'.
 This also substitutes \"~\" for the user's home directory and
-removes automounter prefixes (see the variable `automount-dir-prefix').
-Type \\[describe-variable] directory-abbrev-alist RET for more information."
+removes automounter prefixes (see the variable `automount-dir-prefix')."
   ;; Get rid of the prefixes added by the automounter.
   (if (and automount-dir-prefix
           (string-match automount-dir-prefix filename)