comparison lisp/subr.el @ 63258:bd20f5cf580f

(insert-for-yank-1): Fix spellings in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 14:06:47 +0000
parents cb45242e9d82
children 23b1ef64a00e
comparison
equal deleted inserted replaced
63257:cacd1f888146 63258:bd20f5cf580f
1559 1559
1560 Strip text properties from the inserted text according to 1560 Strip text properties from the inserted text according to
1561 `yank-excluded-properties'. Otherwise just like (insert STRING). 1561 `yank-excluded-properties'. Otherwise just like (insert STRING).
1562 1562
1563 If STRING has a non-nil `yank-handler' property on the first character, 1563 If STRING has a non-nil `yank-handler' property on the first character,
1564 the normal insert behaviour is modified in various ways. The value of 1564 the normal insert behavior is modified in various ways. The value of
1565 the yank-handler property must be a list with one to five elements 1565 the yank-handler property must be a list with one to five elements
1566 with the following format: (FUNCTION PARAM NOEXCLUDE UNDO). 1566 with the following format: (FUNCTION PARAM NOEXCLUDE UNDO).
1567 When FUNCTION is present and non-nil, it is called instead of `insert' 1567 When FUNCTION is present and non-nil, it is called instead of `insert'
1568 to insert the string. FUNCTION takes one argument--the object to insert. 1568 to insert the string. FUNCTION takes one argument--the object to insert.
1569 If PARAM is present and non-nil, it replaces STRING as the object 1569 If PARAM is present and non-nil, it replaces STRING as the object