Function: sentence-at-point
sentence-at-point is a byte-compiled function defined in
thingatpt.el.gz.
Signature
(sentence-at-point &optional NO-PROPERTIES)
Documentation
Return the sentence at point. See thing-at-point.
Probably introduced at or before Emacs version 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/thingatpt.el.gz
(defun sentence-at-point (&optional no-properties)
"Return the sentence at point. See `thing-at-point'."
(thing-at-point 'sentence no-properties))