Mercurial > emacs
changeset 49480:891beaa9ee33
(ebrowse-draw-tree-fn): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 27 Jan 2003 08:48:43 +0000 |
parents | 12025f034e10 |
children | de0d23c0d9a0 |
files | lisp/progmodes/ebrowse.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ebrowse.el Mon Jan 27 08:48:02 2003 +0000 +++ b/lisp/progmodes/ebrowse.el Mon Jan 27 08:48:43 2003 +0000 @@ -1829,7 +1829,7 @@ (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 (copy-sequence ebrowse--tree))