diff options
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 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' |