]> code.delx.au - gnu-emacs/blobdiff - lisp/isearch.el
Spelling fixes.
[gnu-emacs] / lisp / isearch.el
index 3ffe6e8a656a2bfcf2c76f986e299f5ff753612d..2013d7f70783615eb257c9bf650cd03724a868e7 100644 (file)
@@ -2243,7 +2243,7 @@ If there is no completion possible, say so and continue searching."
 ;; Searching
 
 (defvar isearch-search-fun-function nil
-  "Overrides the default `isearch-search-fun' behaviour.
+  "Overrides the default `isearch-search-fun' behavior.
 This variable's value should be a function, which will be called
 with no arguments, and should return a function that takes three
 arguments: STRING, BOUND, and NOERROR.