]> git.eshelyaron.com Git - emacs.git/commitdiff
(ebrowse-draw-file-member-info): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 13:16:41 +0000 (13:16 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Jun 2007 13:16:41 +0000 (13:16 +0000)
lisp/ChangeLog
lisp/progmodes/ebrowse.el

index a9ae00b0f54466f9139588dd61027acb6efd490d..7e49749136fc720bc044ed7d472dcede154459df 100644 (file)
@@ -1,5 +1,7 @@
 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
 
+       * 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  <dominik@science.uva.nl>
index ba73cbc246158ded7f219f0bb03b520fd257d2b1..5ccd6238208f48ed927295ecaa342d80e00a5939 100644 (file)
@@ -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.