1
0
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:
Eli Zaretskii 2006-12-09 12:55:33 +00:00
parent 0acba2039b
commit 64a8fd6698

View File

@ -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 ()