aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/man.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 077559206f4..b04a59155a2 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -90,6 +90,7 @@ where SECTION is the desired section of the manual, as in `tty(4)'."
90 (nuke-nroff-bs) 90 (nuke-nroff-bs)
91 (set-buffer-modified-p nil) 91 (set-buffer-modified-p nil)
92 (setq buffer-read-only t) 92 (setq buffer-read-only t)
93 (view-mode nil 'bury-buffer)
93 (message "")))) 94 (message ""))))
94 95
95;; Hint: BS stands form more things than "back space" 96;; Hint: BS stands form more things than "back space"