changeset 26723:b4f7c98850f0

(insert-buffer): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 06 Dec 1999 13:34:50 +0000
parents 10e4f3f125da
children 8dbcefccbde4
files lisp/simple.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Mon Dec 06 13:27:00 1999 +0000
+++ b/lisp/simple.el	Mon Dec 06 13:34:50 1999 +0000
@@ -1985,7 +1985,10 @@
 (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