]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files.el (abbreviate-file-name): Doc fix. (Bug#29267)
authorEli Zaretskii <eliz@gnu.org>
Sun, 12 Nov 2017 13:25:06 +0000 (15:25 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 12 Nov 2017 13:25:06 +0000 (15:25 +0200)
lisp/files.el

index b47411f206a51b24e8268e4264a031e1f30f8ae5..96d7ae7cf167e7592e3d5a1e7756fed2464c2a6a 100644 (file)
@@ -1855,7 +1855,13 @@ The value includes abbreviation according to `directory-abbrev-alist'.")
   "Return a version of FILENAME shortened using `directory-abbrev-alist'.
 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')."
+\(see the variable `automount-dir-prefix').
+
+When this function is first called, it caches the user's home
+directory as a regexp in `abbreviated-home-dir', and reuses it
+afterwards.  Lisp programs that temporarily set the home directory
+to a different value should let-bind `abbreviated-home-dir' for
+the modified home directory to take effect."
   ;; Get rid of the prefixes added by the automounter.
   (save-match-data
     (if (and automount-dir-prefix