diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-02-11 21:40:32 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-02-11 21:40:32 +0000 |
commit | 32fda8c95222e08c2569f01fa7fb88d920e0b8a7 (patch) | |
tree | 6b8175a48e496f71fce011c66c9550778e563f25 /lisp/progmodes/ebrowse.el | |
parent | ebc6b37c4730d932d826d25751424e4ced04ff30 (diff) | |
download | emacs-32fda8c95222e08c2569f01fa7fb88d920e0b8a7.tar.gz |
Docstring typo.
Diffstat (limited to 'lisp/progmodes/ebrowse.el')
-rw-r--r-- | lisp/progmodes/ebrowse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 89b8404c354..c05f2d60422 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -3626,7 +3626,7 @@ KIND is an additional string printed in the buffer." (defun ebrowse-some-member-table () - "Return a hash table containing all member of a tree. + "Return a hash table containing all members of a tree. If there's only one tree loaded, use that. Otherwise let the use choose a tree." (let* ((buffers (ebrowse-known-class-trees-buffer-list)) |