Mercurial > emacs
changeset 15737:ee65afcb46d7
(view-mode-auto-exit): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 20 Jul 1996 06:15:12 +0000 |
parents | 73a325c414a5 |
children | 4ccf88623c95 |
files | lisp/view.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/view.el Sat Jul 20 06:12:06 1996 +0000 +++ b/lisp/view.el Sat Jul 20 06:15:12 1996 +0000 @@ -37,7 +37,10 @@ (make-variable-buffer-local 'view-mode) (defvar view-mode-auto-exit nil - "Non-nil means scrolling past the end of buffer exits View mode.") + "Non-nil means scrolling past the end of buffer exits View mode. +Some commands, such as \\[view-file], set this to t locally; +the only way to override that is to set it to nil using `view-mode-hook'.") + (make-variable-buffer-local 'view-mode-auto-exit) (defvar view-old-buffer-read-only nil)