emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/isearch.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Tue, 13 Nov 2001 11:39:29 -0500

Index: emacs/lisp/isearch.el
diff -u emacs/lisp/isearch.el:1.197 emacs/lisp/isearch.el:1.198
--- emacs/lisp/isearch.el:1.197 Thu Oct 18 06:05:34 2001
+++ emacs/lisp/isearch.el       Tue Nov 13 11:39:28 2001
@@ -547,7 +547,8 @@
        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
@@ -1327,7 +1328,7 @@
 
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]