From 5baabf7b787b65e673ee640e98904fc6572fd6c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kai=20Gro=C3=9Fjohann?= Date: Sat, 22 Feb 2003 20:27:51 +0000 Subject: [PATCH] (abbreviate-file-name): Shorten docstring: variables are now hyperlinks and `C-h v' need not be mentioned explicitly. --- lisp/ChangeLog | 5 +++++ lisp/files.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db111fef828..7d15bef3a87 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-02-22 Kai Gro,A_(Bjohann + + * 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 * files.el (abbreviate-file-name): Document removal of diff --git a/lisp/files.el b/lisp/files.el index 0eebc7d0391..909eba662a3 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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) -- 2.39.2