# HG changeset patch # User Kim F. Storm # Date 1124287710 0 # Node ID 3aa61588445be241e51aa38d47bfd90d8baa28fc # Parent 300c93a25100f30273d8fdf2558c3b36ca62eec9 (insert-for-yank-1): Doc fix. diff -r 300c93a25100 -r 3aa61588445b lisp/subr.el --- a/lisp/subr.el Wed Aug 17 14:08:12 2005 +0000 +++ b/lisp/subr.el Wed Aug 17 14:08:30 2005 +0000 @@ -1597,7 +1597,7 @@ If STRING has a non-nil `yank-handler' property on the first character, the normal insert behavior is modified in various ways. The value of -the yank-handler property must be a list with one to five elements +the yank-handler property must be a list with one to four elements with the following format: (FUNCTION PARAM NOEXCLUDE UNDO). When FUNCTION is present and non-nil, it is called instead of `insert' to insert the string. FUNCTION takes one argument--the object to insert.