emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99940: * help-fns.el (find-lisp-o


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99940: * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
Date: Fri, 23 Jul 2010 03:51:48 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99940
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-07-23 03:51:48 +0200
message:
  * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
modified:
  lisp/ChangeLog
  lisp/help-fns.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-07-20 00:04:31 +0000
+++ b/lisp/ChangeLog    2010-07-23 01:51:48 +0000
@@ -1,3 +1,7 @@
+2010-07-23  Juanma Barranquero  <address@hidden>
+
+       * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
+
 2010-07-20  Juanma Barranquero  <address@hidden>
 
        * cedet/semantic/db-file.el (object-write): Fix typo in docstring.

=== modified file 'lisp/help-fns.el'
--- a/lisp/help-fns.el  2010-01-13 08:35:10 +0000
+++ b/lisp/help-fns.el  2010-07-23 01:51:48 +0000
@@ -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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]