1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00
* isearch.el (isearch-barrier): Add a doc string, since it's
mentioned in a function doc string.

Fixes: debbugs:8678
This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-15 15:33:07 +02:00
parent 662498421e
commit 478615cc10
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
* isearch.el (isearch-barrier): Add a doc string, since it's
mentioned in a function doc string (bug#8678).
2011-07-15 Martin Rudalics <rudalics@gmx.at>
* window.el (switch-to-buffer): Call pop-to-buffer with normalized

View File

@ -549,7 +549,8 @@ Each set is a vector of the form:
(defvar isearch-error nil) ; Error message for failed search.
(defvar isearch-other-end nil) ; Start (end) of match if forward (backward).
(defvar isearch-wrapped nil) ; Searching restarted from the top (bottom).
(defvar isearch-barrier 0)
(defvar isearch-barrier 0
"Recorded minimum/maximal point for the current search.")
(defvar isearch-just-started nil)
(defvar isearch-start-hscroll 0) ; hscroll when starting the search.