changeset 2038:dd9ab1e9467e

(Info-insert-dir): Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Mar 1993 04:25:47 +0000
parents 4a4e8a4552f9
children e062b4567dc6
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.