summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ebrowse.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-06-07 13:20:47 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-06-07 13:20:47 +0000
commite7c275e7779da74103854bc31b437a18e9f1b708 (patch)
tree88e288908d17ba312e696634b7eed45347352cb7 /lisp/progmodes/ebrowse.el
parentd9271f41695f4cab816a4f5d131e42f4e9cfe1ef (diff)
downloademacs-e7c275e7779da74103854bc31b437a18e9f1b708.tar.gz
(ebrowse-draw-file-member-info): Doc fix.
Diffstat (limited to 'lisp/progmodes/ebrowse.el')
-rw-r--r--lisp/progmodes/ebrowse.el2
1 files changed, 1 insertions, 1 deletions
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.