diff 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
line wrap: on
line diff
--- 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'