* 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 98a9e06..cdf6dbf 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 b026bf3..88063ae 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)