are now hyperlinks and `C-h v' need not be mentioned explicitly.
+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
(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)