]> git.eshelyaron.com Git - emacs.git/commitdiff
(ebrowse-draw-tree-fn): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 26 Jan 2003 21:44:53 +0000 (21:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 26 Jan 2003 21:44:53 +0000 (21:44 +0000)
lisp/progmodes/ebrowse.el

index d7c0a20ad9f568eebdae799c0931cc0f276a14a5..084ba7ac07494edb60bf466dd51a59ea8fcc7e86 100644 (file)
@@ -1834,7 +1834,7 @@ TREE denotes the class shown."
 
 
 (defun* ebrowse-draw-tree-fn (&aux stack1 stack2 start)
-  "Display a single class and recursively it's subclasses.
+  "Display a single class and recursively its subclasses.
 This function may look weird, but this is faster than recursion."
   (setq stack1 (make-list (length ebrowse--tree) 0)
        stack2 (ebrowse-copy-list ebrowse--tree))