From e7c275e7779da74103854bc31b437a18e9f1b708 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 7 Jun 2007 13:20:47 +0000 Subject: [PATCH] (ebrowse-draw-file-member-info): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/progmodes/ebrowse.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 761efde75d4..857bd6a451b 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 Alfred M. Szmidt (tiny change) 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. -- 2.39.5