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).
: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)