diff options
| -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 9fec6acdeed..244ab236265 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1254,7 +1254,7 @@ N is the digit argument used to invoke this command." | |||
| 1254 | (interactive) | 1254 | (interactive) |
| 1255 | (if Info-standalone | 1255 | (if Info-standalone |
| 1256 | (save-buffers-kill-emacs) | 1256 | (save-buffers-kill-emacs) |
| 1257 | (bury-buffer))) | 1257 | (quit-window))) |
| 1258 | 1258 | ||
| 1259 | (defun Info-next-menu-item () | 1259 | (defun Info-next-menu-item () |
| 1260 | (interactive) | 1260 | (interactive) |