changeset 74514:c8981abb2053

(variable-at-point): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 09 Dec 2006 12:55:33 +0000
parents 14feaadb133a
children 13d7f1c017b6
files lisp/help-fns.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help-fns.el	Sat Dec 09 12:40:13 2006 +0000
+++ b/lisp/help-fns.el	Sat Dec 09 12:55:33 2006 +0000
@@ -400,7 +400,7 @@
 
 ;;;###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 ()