summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnheader.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-03-06 20:13:51 -0500
committerGlenn Morris <rgm@gnu.org>2018-03-06 20:13:51 -0500
commit19afff31c9340ba5c35504064fb0fadcc8a86aff (patch)
treecbf19dd953c1ec9a34bfd127686a69d26717e53f /lisp/gnus/nnheader.el
parentc797bc90f5c63ad5ad01c1caa54f6d236a283efe (diff)
downloademacs-19afff31c9340ba5c35504064fb0fadcc8a86aff.tar.gz
Replace some obsolete aliases in documentation
* doc/emacs/text.texi (Nroff Mode): * doc/misc/efaq.texi (How to add fonts): * lisp/gnus/nnheader.el (nnheader-insert-file-contents): * lisp/progmodes/pascal.el (pascal-outline-mode): Doc fixes re obsolete aliases. ; * src/frame.c (do_switch_frame): Comment.
Diffstat (limited to 'lisp/gnus/nnheader.el')
-rw-r--r--lisp/gnus/nnheader.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el
index 14bd14924ff..77afb09a2a8 100644
--- a/lisp/gnus/nnheader.el
+++ b/lisp/gnus/nnheader.el
@@ -945,7 +945,7 @@ first. Otherwise, find the newest one, though it may take a time."
"Like `insert-file-contents', q.v., but only reads in the file.
A buffer may be modified in several ways after reading into the buffer due
to advanced Emacs features, such as file-name-handlers, format decoding,
-find-file-hooks, etc.
+find-file-hook, etc.
This function ensures that none of these modifications will take place."
(let ((coding-system-for-read nnheader-file-coding-system))
(mm-insert-file-contents filename visit beg end replace)))