]> git.eshelyaron.com Git - emacs.git/commitdiff
* help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 23 Jul 2010 01:51:48 +0000 (03:51 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 23 Jul 2010 01:51:48 +0000 (03:51 +0200)
lisp/ChangeLog
lisp/help-fns.el

index 96a55e15dd5ee41662e2d2d26bbb42e5794dc800..670f07c26834cf691e2f4b71fde346cb998e671d 100644 (file)
@@ -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.
index 86e9411b14072b95d320f80cb9c0c907c8bae613..18db4f443f645d5f3119c2859ed99959d844527c 100644 (file)
@@ -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.