emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 7371526 10/22: document el-search--do-subsexps


From: Michael Heerdegen
Subject: [elpa] master 7371526 10/22: document el-search--do-subsexps
Date: Sat, 31 Oct 2015 18:41:37 +0000

branch: master
commit 73715266ac4dedebeeb2e5942c5810313ba39461
Author: Michael Heerdegen <address@hidden>
Commit: Michael Heerdegen <address@hidden>

    document el-search--do-subsexps
---
 packages/el-search/el-search.el |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el
index e7786c1..8eb328e 100644
--- a/packages/el-search/el-search.el
+++ b/packages/el-search/el-search.el
@@ -351,7 +351,11 @@ return nil (no error)."
     match-beg))
 
 (defun el-search--do-subsexps (pos do-fun &optional ret-fun bound)
-  ;; bound -> nil means till end of buffer
+  ;; In current buffer, for any expression start between POS and BOUND
+  ;; or (point-max), in oder, call two argument function DO-FUN with
+  ;; the current sexp string and the ending position of the current
+  ;; sexp.  When done, with RET-FUN given, call it with no args and
+  ;; return the result; else, return nil.
   (save-excursion
     (goto-char pos)
     (condition-case nil



reply via email to

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