mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
; * lisp/thingatpt.el (sexp-at-point): Doc fix (bug#71777).
This commit is contained in:
parent
44f269d6e6
commit
31124abdef
@ -778,7 +778,10 @@ Signal an error if the entire string was not used."
|
||||
|
||||
;;;###autoload
|
||||
(defun sexp-at-point ()
|
||||
"Return the sexp at point, or nil if none is found."
|
||||
"Return the sexp at point, or nil if none is found.
|
||||
This is for returning the Lisp object represented by text at point;
|
||||
use (thing-at-point \\='sexp) instead if you rather want the balanced
|
||||
expression at point regardless of Lisp syntax."
|
||||
(form-at-point 'sexp))
|
||||
;;;###autoload
|
||||
(defun symbol-at-point ()
|
||||
|
Loading…
Reference in New Issue
Block a user