From: Juanma Barranquero Date: Thu, 7 Jun 2007 13:16:41 +0000 (+0000) Subject: (ebrowse-draw-file-member-info): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~12415 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00a2367d34735164ce0d6546bc9d88f43615b172;p=emacs.git (ebrowse-draw-file-member-info): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a9ae00b0f54..7e49749136f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2007-06-07 Juanma Barranquero + * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix. + * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring. 2007-06-07 Carsten Dominik diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index ba73cbc2461..5ccd6238208 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -3598,7 +3598,7 @@ The file name is read from the minibuffer." (defun* ebrowse-draw-file-member-info (info &optional (kind "")) - "Display a line in an the members per file info buffer. + "Display a line in the members info buffer. INFO describes the member. It has the form (TREE ACCESSOR MEMBER). TREE is the class of the member to display. ACCESSOR is the accessor symbol of its member list.