From: Stefan Monnier Date: Tue, 11 Feb 2003 21:40:32 +0000 (+0000) Subject: Docstring typo. X-Git-Tag: ttn-vms-21-2-B4~11233 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32fda8c95222e08c2569f01fa7fb88d920e0b8a7;p=emacs.git Docstring typo. --- 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))