summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-03 21:27:03 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-03 21:27:03 +0000
commit53c63926338489b98e1569b04cbc56628961463a (patch)
tree03da532837e7d79241c4d7b1a84c000017c53d0c
parent4c4a44f32eac7add0c07863510ec85d85de7b945 (diff)
downloademacs-53c63926338489b98e1569b04cbc56628961463a.tar.gz
(Info-find-node): Use pop-to-buffer.
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index ead6ab92c98..28755da156e 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -301,7 +301,7 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
(cons (list Info-current-file Info-current-node (point))
Info-history)))
;; Go into info buffer.
- (switch-to-buffer "*info*")
+ (pop-to-buffer "*info*")
(buffer-disable-undo (current-buffer))
(or (eq major-mode 'Info-mode)
(Info-mode))