]> git.eshelyaron.com Git - emacs.git/commitdiff
(insert-buffer): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Mon, 6 Dec 1999 13:34:50 +0000 (13:34 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 6 Dec 1999 13:34:50 +0000 (13:34 +0000)
lisp/simple.el

index c1fa29bec62a689c83020b00e1b9039e78ef1c3f..63617178a67883d825ba62c098c495d5f4f899aa 100644 (file)
@@ -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