From: Juanma Barranquero Date: Fri, 10 Jun 2005 14:06:47 +0000 (+0000) Subject: (insert-for-yank-1): Fix spellings in docstrings. X-Git-Tag: emacs-pretest-22.0.90~9092 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc295a82c26de70ecc8467530efe0633fd7199da;p=emacs.git (insert-for-yank-1): Fix spellings in docstrings. --- diff --git a/lisp/subr.el b/lisp/subr.el index 585ec920458..ca1d47fede8 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1561,7 +1561,7 @@ Strip text properties from the inserted text according to `yank-excluded-properties'. Otherwise just like (insert STRING). If STRING has a non-nil `yank-handler' property on the first character, -the normal insert behaviour is modified in various ways. The value of +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 with the following format: (FUNCTION PARAM NOEXCLUDE UNDO). When FUNCTION is present and non-nil, it is called instead of `insert'