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
|
@ -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…
Add table
Add a link
Reference in a new issue