diff options
| -rw-r--r-- | lisp/mail/rmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7de2b77d395..5f4638426cc 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -966,8 +966,8 @@ Instead, these commands are available: | |||
| 966 | (replace-buffer-in-windows rmail-summary-buffer) | 966 | (replace-buffer-in-windows rmail-summary-buffer) |
| 967 | (bury-buffer rmail-summary-buffer)) | 967 | (bury-buffer rmail-summary-buffer)) |
| 968 | (let ((obuf (current-buffer))) | 968 | (let ((obuf (current-buffer))) |
| 969 | (replace-buffer-in-windows obuf) | 969 | (quit-window) |
| 970 | (quit-window))) | 970 | (replace-buffer-in-windows obuf))) |
| 971 | 971 | ||
| 972 | (defun rmail-bury () | 972 | (defun rmail-bury () |
| 973 | "Bury current Rmail buffer and its summary buffer." | 973 | "Bury current Rmail buffer and its summary buffer." |