aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el2
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 "")))