# HG changeset patch # User Juanma Barranquero # Date 1279849908 -7200 # Node ID 4980a77d04a6001f07bfaeffc987f26a4b3f0d1b # Parent 6b1ebe1e590d6e1a4bbe88df8cd2d5623c535426 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494). diff -r 6b1ebe1e590d -r 4980a77d04a6 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jul 23 01:57:23 2010 +0200 +++ b/lisp/ChangeLog Fri Jul 23 03:51:48 2010 +0200 @@ -1,3 +1,7 @@ +2010-07-23 Juanma Barranquero + + * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494). + 2010-07-20 Juanma Barranquero * cedet/semantic/db-file.el (object-write): Fix typo in docstring. diff -r 6b1ebe1e590d -r 4980a77d04a6 lisp/help-fns.el --- a/lisp/help-fns.el Fri Jul 23 01:57:23 2010 +0200 +++ b/lisp/help-fns.el Fri Jul 23 03:51:48 2010 +0200 @@ -231,8 +231,8 @@ "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.