]> code.delx.au - gnu-emacs/blobdiff - lisp/files.el
Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.ca
[gnu-emacs] / lisp / files.el
index fdbfe13b6713b3abe9fc82be23cf2b3606f99fac..014469ed8fc90850d9179fd4945094452e8b0fb8 100644 (file)
@@ -2072,7 +2072,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)