emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116339: * files.el (find-file-visit-truename): Doc


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116339: * files.el (find-file-visit-truename): Doc clarification (bug#14697).
Date: Sat, 08 Feb 2014 06:59:37 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116339
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14697
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 22:58:15 -0800
message:
  * files.el (find-file-visit-truename): Doc clarification (bug#14697).
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/files.el                  files.el-20091113204419-o5vbwnq5f7feedwu-265
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 06:56:18 +0000
+++ b/lisp/ChangeLog    2014-02-08 06:58:15 +0000
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
+       * files.el (find-file-visit-truename): Doc clarification (bug#14697).
+
        * isearch.el (isearch-hide-immediately): Doc clarification
        (bug#14723).
 

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2014-02-08 04:53:52 +0000
+++ b/lisp/files.el     2014-02-08 06:58:15 +0000
@@ -159,9 +159,11 @@
   :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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]