aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-07-20 06:15:12 +0000
committerKarl Heuer1996-07-20 06:15:12 +0000
commit7bff6b625f5a7f41955380fca44e8c9555f7542e (patch)
tree27f3f4f4a30143f7a5caade441afb8c63db2b9de
parentc2b7bdc246521c85d97416b60c2e34d9fc88a58e (diff)
downloademacs-7bff6b625f5a7f41955380fca44e8c9555f7542e.tar.gz
emacs-7bff6b625f5a7f41955380fca44e8c9555f7542e.zip
(view-mode-auto-exit): Doc fix.
-rw-r--r--lisp/view.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/view.el b/lisp/view.el
index dd7dca6defa..bbc168b6f9c 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -37,7 +37,10 @@
37(make-variable-buffer-local 'view-mode) 37(make-variable-buffer-local 'view-mode)
38 38
39(defvar view-mode-auto-exit nil 39(defvar view-mode-auto-exit nil
40 "Non-nil means scrolling past the end of buffer exits View mode.") 40 "Non-nil means scrolling past the end of buffer exits View mode.
41Some commands, such as \\[view-file], set this to t locally;
42the only way to override that is to set it to nil using `view-mode-hook'.")
43
41(make-variable-buffer-local 'view-mode-auto-exit) 44(make-variable-buffer-local 'view-mode-auto-exit)
42 45
43(defvar view-old-buffer-read-only nil) 46(defvar view-old-buffer-read-only nil)