emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116322: * isearch.el (isearch-cmds): Doc clarificat


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116322: * isearch.el (isearch-cmds): Doc clarification.
Date: Sat, 08 Feb 2014 04:03:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116322
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15547
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 20:02:37 -0800
message:
  * isearch.el (isearch-cmds): Doc clarification.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/isearch.el                isearch.el-20091113204419-o5vbwnq5f7feedwu-486
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 03:55:27 +0000
+++ b/lisp/ChangeLog    2014-02-08 04:02:37 +0000
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
+       * isearch.el (isearch-cmds): Doc clarification (bug#15547).
+
        * replace.el (replace-match-maybe-edit): Doc clarification
        (bug#15632).
 

=== modified file 'lisp/isearch.el'
--- a/lisp/isearch.el   2014-01-07 07:55:50 +0000
+++ b/lisp/isearch.el   2014-02-08 04:02:37 +0000
@@ -569,8 +569,8 @@
 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]")
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]