diff lisp/files.el @ 49910:060a5c979c8e

(abbreviate-file-name): Shorten docstring: variables are now hyperlinks and `C-h v' need not be mentioned explicitly.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sat, 22 Feb 2003 20:27:51 +0000
parents f2039eaf90bb
children 7ff13fa2e27a
line wrap: on
line diff
--- a/lisp/files.el	Sat Feb 22 18:24:48 2003 +0000
+++ b/lisp/files.el	Sat Feb 22 20:27:51 2003 +0000
@@ -997,8 +997,7 @@
 (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)