From 0d8a4ae73ca2296409f0d9f893e7c3ad76cb5e18 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 7 Feb 2014 20:02:37 -0800 Subject: [PATCH] * isearch.el (isearch-cmds): Doc clarification. Fixes: debbugs:15547 --- lisp/ChangeLog | 2 ++ lisp/isearch.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c360961746..04bea69a5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-08 Lars Ingebrigtsen + * isearch.el (isearch-cmds): Doc clarification (bug#15547). + * replace.el (replace-match-maybe-edit): Doc clarification (bug#15632). diff --git a/lisp/isearch.el b/lisp/isearch.el index 4749846d50..9da1019bf4 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 variable by the command `isearch-toggle-lax-whitespace'.") (defvar isearch-cmds nil - "Stack of search status sets. -Each set is a vector of the form: + "Stack of search status elements. +Each element is an `isearch--state' struct where the slots are [STRING MESSAGE POINT SUCCESS FORWARD OTHER-END WORD INVALID-REGEXP WRAPPED BARRIER WITHIN-BRACKETS CASE-FOLD-SEARCH]") -- 2.20.1