]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.el (find-file-visit-truename): Doc clarification (bug#14697).
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 06:58:15 +0000 (22:58 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 06:58:15 +0000 (22:58 -0800)
lisp/ChangeLog
lisp/files.el

index 8a911501f0f4dd8b1aa2fa8601bdf875c5f82854..5169fde1a88a0ee67511dcb7e4c44bc816850b78 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * files.el (find-file-visit-truename): Doc clarification (bug#14697).
+
        * isearch.el (isearch-hide-immediately): Doc clarification
        (bug#14723).
 
index a8b2a20409416e9b75d880a51280e63628102948..3697467b3bd21c99f89bd782ede7fdc43caaf1dd 100644 (file)
@@ -159,9 +159,11 @@ under another name, you get the existing buffer instead of a new buffer."
   :group 'find-file)
 
 (defcustom find-file-visit-truename nil
-  "Non-nil means visit a file under its truename.
-The truename of a file is found by chasing all links
-both at the file level and at the levels of the containing directories."
+  "Non-nil means visiting a file uses its truename as the visited-file name.
+That is, the buffer visiting the file has the truename as the
+value of `buffer-file-name'.  The truename of a file is found by
+chasing all links both at the file level and at the levels of the
+containing directories."
   :type 'boolean
   :group 'find-file)
 (put 'find-file-visit-truename 'safe-local-variable 'booleanp)