From 72d6685c11031df64b7b039fa658d2fe7727316d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 17 Feb 2011 21:15:22 -0800 Subject: * lisp/files.el (find-file-literally): Doc fix. --- lisp/files.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/files.el') 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) -- cgit v1.2.3