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

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

[elpa] master 21516b4 1/4: Tweak docstring of el-search--ensure-sexp-sta


From: Michael Heerdegen
Subject: [elpa] master 21516b4 1/4: Tweak docstring of el-search--ensure-sexp-start
Date: Wed, 02 Mar 2016 10:14:51 +0000

branch: master
commit 21516b4b7114e8c5dadf4747066e72eb1e9960d6
Author: Michael Heerdegen <address@hidden>
Commit: Michael Heerdegen <address@hidden>

    Tweak docstring of el-search--ensure-sexp-start
---
 packages/el-search/el-search.el |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el
index fc9f2bf..dea74b2 100644
--- a/packages/el-search/el-search.el
+++ b/packages/el-search/el-search.el
@@ -327,9 +327,10 @@ If nil, the value of `case-fold-search' is decisive."
   (or (scan-sexps (point) 1) (point-max)))
 
 (defun el-search--ensure-sexp-start ()
-  "Move point to the beginning of the next sexp if necessary.
-Don't move if already at beginning of a sexp.
-Point must not be inside a string or comment."
+  "Move point to the next sexp beginning position.
+Don't move if already at beginning of a sexp.  Point must not be
+inside a string or comment.  `read' the expression at that point
+and return it."
   (let ((not-done t) res)
     (while not-done
       (let ((stop-here nil)



reply via email to

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