From: Glenn Morris Date: Fri, 18 Feb 2011 05:15:22 +0000 (-0800) Subject: * lisp/files.el (find-file-literally): Doc fix. X-Git-Tag: emacs-23.3~18^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72d6685c11031df64b7b039fa658d2fe7727316d;p=emacs.git * lisp/files.el (find-file-literally): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 98a9e06e406..cdf6dbf4944 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-02-18 Glenn Morris + + * files.el (find-file-literally): Doc fix. + 2011-02-17 Glenn Morris * simple.el (rfc822-goto-eoh): Give it a doc-string. diff --git a/lisp/files.el b/lisp/files.el index b026bf3352f..88063aed2b9 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)