mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Doc fix.
* 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:
parent
662498421e
commit
478615cc10
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue