From 14f8d34734669931fb372d1c24617e4eac341c19 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. --- lisp/ChangeLog | 2 ++ lisp/isearch.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4da077df4fc..7782eafc752 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 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 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.11.4.GIT