From: Michael Heerdegen Date: Wed, 2 Mar 2016 09:12:20 +0000 (+0100) Subject: Tweak docstring of el-search--ensure-sexp-start X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/21516b4b7114e8c5dadf4747066e72eb1e9960d6 Tweak docstring of el-search--ensure-sexp-start --- diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el index fc9f2bf15..dea74b280 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)