diff options
| author | Kai Großjohann | 2003-02-22 20:27:51 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2003-02-22 20:27:51 +0000 |
| commit | 5baabf7b787b65e673ee640e98904fc6572fd6c7 (patch) | |
| tree | 350e19e9405035fe230f742a9cce5314cbc7bae4 | |
| parent | c33ef7c46f93ab5a64bd2d1ef8a764945e136924 (diff) | |
| download | emacs-5baabf7b787b65e673ee640e98904fc6572fd6c7.tar.gz emacs-5baabf7b787b65e673ee640e98904fc6572fd6c7.zip | |
(abbreviate-file-name): Shorten docstring: variables
are now hyperlinks and `C-h v' need not be mentioned explicitly.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2003-02-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | ||
| 2 | |||
| 3 | * files.el (abbreviate-file-name): Shorten docstring: variables | ||
| 4 | are now hyperlinks and `C-h v' need not be mentioned explicitly. | ||
| 5 | |||
| 1 | 2003-02-21 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 6 | 2003-02-21 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
| 2 | 7 | ||
| 3 | * files.el (abbreviate-file-name): Document removal of | 8 | * 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'." | |||
| 997 | (defun abbreviate-file-name (filename) | 997 | (defun abbreviate-file-name (filename) |
| 998 | "Return a version of FILENAME shortened using `directory-abbrev-alist'. | 998 | "Return a version of FILENAME shortened using `directory-abbrev-alist'. |
| 999 | This also substitutes \"~\" for the user's home directory and | 999 | This also substitutes \"~\" for the user's home directory and |
| 1000 | removes automounter prefixes (see the variable `automount-dir-prefix'). | 1000 | removes automounter prefixes (see the variable `automount-dir-prefix')." |
| 1001 | Type \\[describe-variable] directory-abbrev-alist RET for more information." | ||
| 1002 | ;; Get rid of the prefixes added by the automounter. | 1001 | ;; Get rid of the prefixes added by the automounter. |
| 1003 | (if (and automount-dir-prefix | 1002 | (if (and automount-dir-prefix |
| 1004 | (string-match automount-dir-prefix filename) | 1003 | (string-match automount-dir-prefix filename) |