From: Kai Großjohann Date: Sat, 22 Feb 2003 20:27:51 +0000 (+0000) Subject: (abbreviate-file-name): Shorten docstring: variables X-Git-Tag: ttn-vms-21-2-B4~11093 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5baabf7b787b65e673ee640e98904fc6572fd6c7;p=emacs.git (abbreviate-file-name): Shorten docstring: variables are now hyperlinks and `C-h v' need not be mentioned explicitly. --- 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)