# HG changeset patch # User Gerd Moellmann # Date 944487290 0 # Node ID b4f7c98850f08f4ace6519787b311c3f22314b96 # Parent 10e4f3f125da77f647e3a072ee64a1a319737f72 (insert-buffer): Doc fix. diff -r 10e4f3f125da -r b4f7c98850f0 lisp/simple.el --- 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