mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(insert-buffer): Doc fix.
This commit is contained in:
parent
3f26d1e687
commit
6cb6e7a20b
@ -1985,7 +1985,10 @@ If ARG is zero, move to the beginning of the current line."
|
||||
(defun insert-buffer (buffer)
|
||||
"Insert after point the contents of BUFFER.
|
||||
Puts mark after the inserted text.
|
||||
BUFFER may be a buffer or a buffer name."
|
||||
BUFFER may be a buffer or a buffer name.
|
||||
|
||||
This function is meant for the user to run interactively.
|
||||
Don't call it from programs!"
|
||||
(interactive
|
||||
(list
|
||||
(progn
|
||||
|
Loading…
Reference in New Issue
Block a user