diff options
| -rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 6802ab78766..bbbc7519ea2 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -487,7 +487,7 @@ See the variable `Man-notify' for the different notification behaviors." | |||
| 487 | ;; the selected window's buffer. | 487 | ;; the selected window's buffer. |
| 488 | (save-excursion | 488 | (save-excursion |
| 489 | (set-buffer man-buffer) | 489 | (set-buffer man-buffer) |
| 490 | (new-frame Man-frame-parameters))) | 490 | (make-frame Man-frame-parameters))) |
| 491 | ((eq Man-notify 'bully) | 491 | ((eq Man-notify 'bully) |
| 492 | (and window-system | 492 | (and window-system |
| 493 | (frame-live-p Man-original-frame) | 493 | (frame-live-p Man-original-frame) |