mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +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
@ -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…
x
Reference in New Issue
Block a user