]> git.eshelyaron.com Git - emacs.git/commitdiff
(insert-for-yank-1): Doc fix.
authorKim F. Storm <storm@cua.dk>
Wed, 17 Aug 2005 14:08:30 +0000 (14:08 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 17 Aug 2005 14:08:30 +0000 (14:08 +0000)
lisp/subr.el

index f97a2e40f71be39e30004380d91d40c3f48d3bf5..fba837212d382cd22e355821bf858893b62562f1 100644 (file)
@@ -1597,7 +1597,7 @@ Strip text properties from the inserted text according to
 
 If STRING has a non-nil `yank-handler' property on the first character,
 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
+the yank-handler property must be a list with one to four elements
 with the following format:  (FUNCTION PARAM NOEXCLUDE UNDO).
 When FUNCTION is present and non-nil, it is called instead of `insert'
  to insert the string.  FUNCTION takes one argument--the object to insert.