(find-variable): Doc fix.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2006-12-09 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* emacs-lisp/find-func.el (find-variable): Doc fix.
|
||||
|
||||
* help-fns.el (variable-at-point): Doc fix.
|
||||
|
||||
* w32-fns.el (w32-append-code-lines): New function.
|
||||
|
||||
2006-12-09 Romain Francoise <romain@orebokech.com>
|
||||
|
||||
@@ -397,7 +397,7 @@ The library where VARIABLE is defined is searched for in FILE or
|
||||
|
||||
;;;###autoload
|
||||
(defun find-variable (variable)
|
||||
"Find the definition of the VARIABLE near point.
|
||||
"Find the definition of the VARIABLE at or before point.
|
||||
|
||||
Finds the library containing the definition of the variable
|
||||
near point (selected by `variable-at-point') in a buffer and
|
||||
|
||||
Reference in New Issue
Block a user