diff options
| author | Richard M. Stallman | 1993-03-07 04:25:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-03-07 04:25:47 +0000 |
| commit | a3b75b3f69fccbd279c0f1f32478c80346829b4d (patch) | |
| tree | 5e27af0f401e6b9c8424a47a9f43950e8dccb288 | |
| parent | fc2892fd3c6c875b1ac2a0895ccb3833c74f86a2 (diff) | |
| download | emacs-a3b75b3f69fccbd279c0f1f32478c80346829b4d.tar.gz emacs-a3b75b3f69fccbd279c0f1f32478c80346829b4d.zip | |
(Info-insert-dir): Fix typo.
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index b041a3477d0..7ae7542ee0a 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -322,7 +322,7 @@ to read a file name from the minibuffer." | |||
| 322 | end t) | 322 | end t) |
| 323 | (progn | 323 | (progn |
| 324 | (insert "* " nodename "\n") | 324 | (insert "* " nodename "\n") |
| 325 | (setq menu-items (cons nodename menu-item))))) | 325 | (setq menu-items (cons nodename menu-items))))) |
| 326 | (setq nodes (cdr nodes)))) | 326 | (setq nodes (cdr nodes)))) |
| 327 | ;; Now take each node of each of the other buffers | 327 | ;; Now take each node of each of the other buffers |
| 328 | ;; and merge it into the main buffer. | 328 | ;; and merge it into the main buffer. |