1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(ebrowse-draw-file-member-info): Doc fix.

This commit is contained in:
Juanma Barranquero 2007-06-07 13:20:47 +00:00
parent d9271f4169
commit e7c275e777
2 changed files with 3 additions and 1 deletions

View 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 Alfred M. Szmidt <ams@gnu.org> (tiny change)

View 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.