diff options
| author | Lars Ingebrigtsen | 2014-02-07 20:02:37 -0800 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2014-02-07 20:02:37 -0800 |
| commit | 0d8a4ae73ca2296409f0d9f893e7c3ad76cb5e18 (patch) | |
| tree | 081b02a94d332a1c613a50a05a3b11926635cad1 /lisp/isearch.el | |
| parent | 85ade7eee673dc1df4483f925ff748a10e903353 (diff) | |
| download | emacs-0d8a4ae73ca2296409f0d9f893e7c3ad76cb5e18.tar.gz emacs-0d8a4ae73ca2296409f0d9f893e7c3ad76cb5e18.zip | |
* isearch.el (isearch-cmds): Doc clarification.
Fixes: debbugs:15547
Diffstat (limited to 'lisp/isearch.el')
| -rw-r--r-- | lisp/isearch.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 4749846d509..9da1019bf46 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -569,8 +569,8 @@ matches literally, against one space. You can toggle the value of this | |||
| 569 | variable by the command `isearch-toggle-lax-whitespace'.") | 569 | variable by the command `isearch-toggle-lax-whitespace'.") |
| 570 | 570 | ||
| 571 | (defvar isearch-cmds nil | 571 | (defvar isearch-cmds nil |
| 572 | "Stack of search status sets. | 572 | "Stack of search status elements. |
| 573 | Each set is a vector of the form: | 573 | Each element is an `isearch--state' struct where the slots are |
| 574 | [STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD | 574 | [STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD |
| 575 | INVALID-REGEXP WRAPPED BARRIER WITHIN-BRACKETS CASE-FOLD-SEARCH]") | 575 | INVALID-REGEXP WRAPPED BARRIER WITHIN-BRACKETS CASE-FOLD-SEARCH]") |
| 576 | 576 | ||