# HG changeset patch # User Juanma Barranquero # Date 1118412407 0 # Node ID bd20f5cf580f20c9d25e38285b5d57763290ee90 # Parent cacd1f8881468d61501b88ba541b500d725ac24f (insert-for-yank-1): Fix spellings in docstrings. diff -r cacd1f888146 -r bd20f5cf580f lisp/subr.el --- a/lisp/subr.el Fri Jun 10 14:06:22 2005 +0000 +++ b/lisp/subr.el Fri Jun 10 14:06:47 2005 +0000 @@ -1561,7 +1561,7 @@ `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'