mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
* lisp/files.el (find-file-literally): Doc fix.
This commit is contained in:
parent
dff9ac4659
commit
72d6685c11
2 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue