diff options
| author | Paul Eggert | 2011-11-22 23:03:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-22 23:03:56 -0800 |
| commit | ee7683ebb70c308e596103e379ef6b91d001eebc (patch) | |
| tree | 45382191619e27df7106a8d990bc03903d0fa03f /lisp/info.el | |
| parent | 6b21de180fba10432988d94d2b8f3e2521be5b17 (diff) | |
| download | emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.tar.gz emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/info.el')
| -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 4f2f33d017c..02f84a54af9 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -3240,7 +3240,7 @@ search results." | |||
| 3240 | (Info-index topic) | 3240 | (Info-index topic) |
| 3241 | (push (cons (cons Info-current-file topic) Info-index-alternatives) | 3241 | (push (cons (cons Info-current-file topic) Info-index-alternatives) |
| 3242 | Info-virtual-index-nodes) | 3242 | Info-virtual-index-nodes) |
| 3243 | ;; Clean up unneccessary side-effects of `Info-index'. | 3243 | ;; Clean up unnecessary side-effects of `Info-index'. |
| 3244 | (setq Info-history-list ohist-list) | 3244 | (setq Info-history-list ohist-list) |
| 3245 | (Info-goto-node orignode) | 3245 | (Info-goto-node orignode) |
| 3246 | (message ""))) | 3246 | (message ""))) |