mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 03:10:58 -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
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-02-18 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* files.el (find-file-literally): Doc fix.
|
||||||
|
|
||||||
2011-02-17 Glenn Morris <rgm@gnu.org>
|
2011-02-17 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* simple.el (rfc822-goto-eoh): Give it a doc-string.
|
* simple.el (rfc822-goto-eoh): Give it a doc-string.
|
||||||
|
|
|
||||||
|
|
@ -2008,7 +2008,8 @@ Don't call it from programs! Use `insert-file-contents-literally' instead.
|
||||||
|
|
||||||
(defvar find-file-literally nil
|
(defvar find-file-literally nil
|
||||||
"Non-nil if this buffer was made by `find-file-literally' or equivalent.
|
"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)
|
(put 'find-file-literally 'permanent-local t)
|
||||||
|
|
||||||
(defun find-file-literally (filename)
|
(defun find-file-literally (filename)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue