emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100478: * lisp/files.el (find-fil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100478: * lisp/files.el (find-file-literally): Doc fix.
Date: Thu, 17 Feb 2011 21:15:22 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100478
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Thu 2011-02-17 21:15:22 -0800
message:
  * lisp/files.el (find-file-literally): Doc fix.
modified:
  lisp/ChangeLog
  lisp/files.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-17 07:43:53 +0000
+++ b/lisp/ChangeLog    2011-02-18 05:15:22 +0000
@@ -1,3 +1,7 @@
+2011-02-18  Glenn Morris  <address@hidden>
+
+       * files.el (find-file-literally): Doc fix.
+
 2011-02-17  Glenn Morris  <address@hidden>
 
        * simple.el (rfc822-goto-eoh): Give it a doc-string.

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2011-02-12 19:43:04 +0000
+++ b/lisp/files.el     2011-02-18 05:15:22 +0000
@@ -2008,7 +2008,8 @@
 
 (defvar find-file-literally nil
   "Non-nil if this buffer was made by `find-file-literally' or equivalent.
-This is a permanent local.")
+This has the `permanent-local' property, which takes effect if you
+make the variable buffer-local.")
 (put 'find-file-literally 'permanent-local t)
 
 (defun find-file-literally (filename)


reply via email to

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