From: Gerd Moellmann Date: Mon, 6 Dec 1999 13:34:50 +0000 (+0000) Subject: (insert-buffer): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~5870 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cb6e7a20bb1fa4daf3e8f7782682e0ef96547a7;p=emacs.git (insert-buffer): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index c1fa29bec62..63617178a67 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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