]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files.el (find-file-literally): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Fri, 18 Feb 2011 05:15:22 +0000 (21:15 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 18 Feb 2011 05:15:22 +0000 (21:15 -0800)
lisp/ChangeLog
lisp/files.el

index 98a9e06e406642510cb1e19de920b5ee92f62e86..cdf6dbf49440115b8dce51f1b5e92d61b8d5138f 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-18  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (find-file-literally): Doc fix.
+
 2011-02-17  Glenn Morris  <rgm@gnu.org>
 
        * simple.el (rfc822-goto-eoh): Give it a doc-string.
index b026bf3352fc0ac8923c8c4bd01da1f6dc1ab191..88063aed2b91ad1ddf362d51d7fbb789e9f3d01b 100644 (file)
@@ -2008,7 +2008,8 @@ Don't call it from programs!  Use `insert-file-contents-literally' instead.
 
 (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)