changeset 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 71b48ca95d18
children d9ade23e09df
files lisp/ChangeLog lisp/files.el
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Feb 22 18:24:48 2003 +0000
+++ b/lisp/ChangeLog	Sat Feb 22 20:27:51 2003 +0000
@@ -1,3 +1,8 @@
+2003-02-22  Kai Gro,A_(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,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>
 
 	* files.el (abbreviate-file-name): Document removal of
--- 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)