diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-17 21:15:22 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-17 21:15:22 -0800 |
commit | 72d6685c11031df64b7b039fa658d2fe7727316d (patch) | |
tree | 71e9431c626f321f6123007afc559ad272d49c7e /lisp/files.el | |
parent | dff9ac46596173b651941dc1b16c78b1a1ab11f1 (diff) | |
download | emacs-72d6685c11031df64b7b039fa658d2fe7727316d.tar.gz |
* lisp/files.el (find-file-literally): Doc fix.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |