Function: word-at-point
word-at-point is a byte-compiled function defined in thingatpt.el.gz.
Signature
(word-at-point &optional NO-PROPERTIES)
Documentation
Return the word 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
;; Aliases
(defun word-at-point (&optional no-properties)
"Return the word at point. See `thing-at-point'."
(thing-at-point 'word no-properties))