mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-19 18:13:55 +00:00
* help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
This commit is contained in:
parent
a77cfeaf4b
commit
fe4be04c37
@ -1,3 +1,7 @@
|
||||
2010-07-23 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
|
||||
|
||||
2010-07-20 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* cedet/semantic/db-file.el (object-write): Fix typo in docstring.
|
||||
|
@ -231,8 +231,8 @@ if the variable `help-downcase-arguments' is non-nil."
|
||||
"Guess the file that defined the Lisp object OBJECT, of type TYPE.
|
||||
OBJECT should be a symbol associated with a function, variable, or face;
|
||||
alternatively, it can be a function definition.
|
||||
If TYPE is `variable', search for a variable definition.
|
||||
If TYPE is `face', search for a face definition.
|
||||
If TYPE is `defvar', search for a variable definition.
|
||||
If TYPE is `defface', search for a face definition.
|
||||
If TYPE is the value returned by `symbol-function' for a function symbol,
|
||||
search for a function definition.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user