aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nov.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nov.el b/nov.el
index 3c9595d..fabe247 100644
--- a/nov.el
+++ b/nov.el
@@ -471,7 +471,7 @@ the HTML is rendered with `shr-render-region'."
(insert (propertize "None" 'face 'italic)))
(insert "\n")))
(goto-char (point-min))))
- (display-buffer buffer)))
+ (pop-to-buffer buffer)))
(defun nov-next-chapter ()
"Go to the next chapter and render its document."