mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(ebrowse-member-table): Fix typo in docstring.
This commit is contained in:
parent
554bf857a8
commit
69bfc6c0a8
1 changed files with 1 additions and 1 deletions
|
|
@ -1003,7 +1003,7 @@ type `ebrowse-hs' is set to the resulting obarray."
|
|||
|
||||
|
||||
(defun ebrowse-member-table (header)
|
||||
"Return the member obarray. Build it it hasn't been set up yet.
|
||||
"Return the member obarray. Build it if it hasn't been set up yet.
|
||||
HEADER is the tree header structure of the class tree."
|
||||
(when (null (ebrowse-hs-member-table header))
|
||||
(loop for buffer in (ebrowse-browser-buffer-list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue