+2001-11-13 Per Starback <starback@ling.uu.se>
+
+ * isearch.el (isearch-whitespace-chars): Doc fix.
+
+ * isearch.el (isearch-mode): Handle negative search-slow-window-lines
+ correctly.
+
2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
* progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
isearch-within-brackets nil
isearch-slow-terminal-mode (and (<= baud-rate search-slow-speed)
(> (window-height)
- (* 4 search-slow-window-lines)))
+ (* 4
+ (abs search-slow-window-lines))))
isearch-other-end nil
isearch-small-window nil
isearch-just-started t
(defun isearch-whitespace-chars ()
"Match all whitespace chars, if in regexp mode.
-If you want to search for just a space, type \\[quoted-insert] SPC."
+If you want to search for just a space, type \\<isearch-mode-map>\\[isearch-quote-char] SPC."
(interactive)
(if isearch-regexp
(if (and search-whitespace-regexp (not isearch-within-brackets)