diff options
| author | Stefan Monnier | 2003-02-11 21:40:32 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-02-11 21:40:32 +0000 |
| commit | 32fda8c95222e08c2569f01fa7fb88d920e0b8a7 (patch) | |
| tree | 6b8175a48e496f71fce011c66c9550778e563f25 | |
| parent | ebc6b37c4730d932d826d25751424e4ced04ff30 (diff) | |
| download | emacs-32fda8c95222e08c2569f01fa7fb88d920e0b8a7.tar.gz emacs-32fda8c95222e08c2569f01fa7fb88d920e0b8a7.zip | |
Docstring typo.
| -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." | |||
| 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. |
| 3630 | If there's only one tree loaded, use that. Otherwise let the | 3630 | If there's only one tree loaded, use that. Otherwise let the |
| 3631 | use choose a tree." | 3631 | use choose a tree." |
| 3632 | (let* ((buffers (ebrowse-known-class-trees-buffer-list)) | 3632 | (let* ((buffers (ebrowse-known-class-trees-buffer-list)) |