From e3801a7bf025c5ddf27c40d86b3038549b428659 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 19 Jan 2003 00:01:36 +0000 Subject: [PATCH] (insert-for-yank): Doc fix. --- lisp/subr.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/subr.el b/lisp/subr.el index 54a599c93c9..3a202680103 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1480,8 +1480,8 @@ If NOEXCLUDE is present and non-nil, the normal removal of the if FUNCTION adjusts point before or after inserting the object. If UNDO is present and non-nil, it is a function that will be called by `yank-pop' to undo the insertion of the current object. It is - called with two arguments - FUNCTION may set `yank-undo-function' to override this. + called with two arguments, the start and end of the current region. + FUNCTION may set `yank-undo-function' to override the UNDO value. If COMMAND is present and non-nil, `this-command' is set to COMMAND after calling FUNCTION (or insert). Note that setting `this-command' to a value different from `yank' will prevent `yank-pop' from undoing -- 2.39.2