Mercurial > emacs
diff lisp/info.el @ 2038:dd9ab1e9467e
(Info-insert-dir): Fix typo.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Mar 1993 04:25:47 +0000 |
parents | a71101e5abff |
children | 1bd4cf98df68 |
line wrap: on
line diff
--- a/lisp/info.el Sun Mar 07 04:22:37 1993 +0000 +++ b/lisp/info.el Sun Mar 07 04:25:47 1993 +0000 @@ -322,7 +322,7 @@ end t) (progn (insert "* " nodename "\n") - (setq menu-items (cons nodename menu-item))))) + (setq menu-items (cons nodename menu-items))))) (setq nodes (cdr nodes)))) ;; Now take each node of each of the other buffers ;; and merge it into the main buffer.