From 6cb6e7a20bb1fa4daf3e8f7782682e0ef96547a7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 6 Dec 1999 13:34:50 +0000 Subject: [PATCH] (insert-buffer): Doc fix. --- lisp/simple.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5