aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-02-11 21:40:32 +0000
committerStefan Monnier2003-02-11 21:40:32 +0000
commit32fda8c95222e08c2569f01fa7fb88d920e0b8a7 (patch)
tree6b8175a48e496f71fce011c66c9550778e563f25
parentebc6b37c4730d932d826d25751424e4ced04ff30 (diff)
downloademacs-32fda8c95222e08c2569f01fa7fb88d920e0b8a7.tar.gz
emacs-32fda8c95222e08c2569f01fa7fb88d920e0b8a7.zip
Docstring typo.
-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 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."
3626 3626
3627 3627
3628(defun ebrowse-some-member-table () 3628(defun ebrowse-some-member-table ()
3629 "Return a hash table containing all member of a tree. 3629 "Return a hash table containing all members of a tree.
3630If there's only one tree loaded, use that. Otherwise let the 3630If there's only one tree loaded, use that. Otherwise let the
3631use choose a tree." 3631use choose a tree."
3632 (let* ((buffers (ebrowse-known-class-trees-buffer-list)) 3632 (let* ((buffers (ebrowse-known-class-trees-buffer-list))