mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(variable-at-point): Doc fix.
This commit is contained in:
parent
0acba2039b
commit
64a8fd6698
@ -400,7 +400,7 @@ face (according to `face-differs-from-default-p')."
|
||||
|
||||
;;;###autoload
|
||||
(defun variable-at-point (&optional any-symbol)
|
||||
"Return the bound variable symbol found around point.
|
||||
"Return the bound variable symbol found at or before point.
|
||||
Return 0 if there is no such symbol.
|
||||
If ANY-SYMBOL is non-nil, don't insist the symbol be bound."
|
||||
(or (condition-case ()
|
||||
|
Loading…
Reference in New Issue
Block a user