# HG changeset patch # User Richard M. Stallman # Date 731478347 0 # Node ID dd9ab1e9467eec93b74ed1bd6cb31367e269f6f2 # Parent 4a4e8a4552f915f8f6924358e8973e019e14a416 (Info-insert-dir): Fix typo. diff -r 4a4e8a4552f9 -r dd9ab1e9467e lisp/info.el --- 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.