aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-09 12:57:03 +0000
committerEli Zaretskii2006-12-09 12:57:03 +0000
commitebfb5ed986eaa6e24bba61eaac8a0c7858f0ca55 (patch)
tree19f1558428cfb8ad610510949a71f476dc4dcd68 /lisp
parent64a8fd6698f3541dab5e1c714294082df6385569 (diff)
downloademacs-ebfb5ed986eaa6e24bba61eaac8a0c7858f0ca55.tar.gz
emacs-ebfb5ed986eaa6e24bba61eaac8a0c7858f0ca55.zip
(find-variable): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/find-func.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 86d773f52f4..9667a7fef19 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12006-12-09 Eli Zaretskii <eliz@gnu.org> 12006-12-09 Eli Zaretskii <eliz@gnu.org>
2 2
3 * emacs-lisp/find-func.el (find-variable): Doc fix.
4
5 * help-fns.el (variable-at-point): Doc fix.
6
3 * w32-fns.el (w32-append-code-lines): New function. 7 * w32-fns.el (w32-append-code-lines): New function.
4 8
52006-12-09 Romain Francoise <romain@orebokech.com> 92006-12-09 Romain Francoise <romain@orebokech.com>
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index a51493d22ea..35ba803d78e 100644
--- a/lisp/emacs-lisp/find-func.el
+++ b/lisp/emacs-lisp/find-func.el
@@ -397,7 +397,7 @@ The library where VARIABLE is defined is searched for in FILE or
397 397
398;;;###autoload 398;;;###autoload
399(defun find-variable (variable) 399(defun find-variable (variable)
400 "Find the definition of the VARIABLE near point. 400 "Find the definition of the VARIABLE at or before point.
401 401
402Finds the library containing the definition of the variable 402Finds the library containing the definition of the variable
403near point (selected by `variable-at-point') in a buffer and 403near point (selected by `variable-at-point') in a buffer and