aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el2
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
1563If STRING has a non-nil `yank-handler' property on the first character, 1563If STRING has a non-nil `yank-handler' property on the first character,
1564the normal insert behaviour is modified in various ways. The value of 1564the normal insert behavior is modified in various ways. The value of
1565the yank-handler property must be a list with one to five elements 1565the yank-handler property must be a list with one to five elements
1566with the following format: (FUNCTION PARAM NOEXCLUDE UNDO). 1566with the following format: (FUNCTION PARAM NOEXCLUDE UNDO).
1567When FUNCTION is present and non-nil, it is called instead of `insert' 1567When FUNCTION is present and non-nil, it is called instead of `insert'