From: Juanma Barranquero Date: Sun, 26 Jan 2003 21:44:53 +0000 (+0000) Subject: (ebrowse-draw-tree-fn): Fix typo. X-Git-Tag: emacs-pretest-21.2.95~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=368abd308d0e2c0d4df5bcef7b55207fa9f28d22;p=emacs.git (ebrowse-draw-tree-fn): Fix typo. --- diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index d7c0a20ad9f..084ba7ac074 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -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))