From 368abd308d0e2c0d4df5bcef7b55207fa9f28d22 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 26 Jan 2003 21:44:53 +0000 Subject: [PATCH] (ebrowse-draw-tree-fn): Fix typo. --- lisp/progmodes/ebrowse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5