]> git.eshelyaron.com Git - emacs.git/commitdiff
(abbreviate-file-name): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Jan 2007 21:51:04 +0000 (21:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Jan 2007 21:51:04 +0000 (21:51 +0000)
lisp/ChangeLog
lisp/files.el

index d1825190c1aa5ba1bb8659bf3a619bb76658dc76..546fe3c969cb4e24960162f346ba30a2da1179d0 100644 (file)
@@ -1,3 +1,11 @@
+2007-01-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.el (abbreviate-file-name): Doc fix.
+
+2007-01-06  Markus Triska  <triska@gmx.at>
+
+       * subr.el (split-string): Remove spurious ")" from doc string.
+
 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
 
        * textmodes/table.el (table--warn-incompatibility):
index 7a9c1b4b9da1827d48b8de1cd3d47d2969eb53fa..80df0d898d36f10a7f9fb69ba5f4e25144e31283 100644 (file)
@@ -1289,8 +1289,9 @@ 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')."
+This also substitutes \"~\" for the user's home directory (unless the
+home directory is a root directory) and removes automounter prefixes
+\(see the variable `automount-dir-prefix')."
   ;; Get rid of the prefixes added by the automounter.
   (save-match-data
     (if (and automount-dir-prefix