diff lisp/progmodes/ebrowse.el @ 81196:6a0b9ff383c7

(ebrowse-member-table): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 07 Jun 2007 00:06:39 +0000
parents 2af866316da4
children c7cf8bceca1d
line wrap: on
line diff
--- a/lisp/progmodes/ebrowse.el	Wed Jun 06 23:48:57 2007 +0000
+++ b/lisp/progmodes/ebrowse.el	Thu Jun 07 00:06:39 2007 +0000
@@ -1003,7 +1003,7 @@
 
 
 (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)