diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-28 20:03:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-28 20:03:15 +0000 |
commit | 28cf274f1029d68eaf8de7a101922331c5ea0599 (patch) | |
tree | f2295d8ec1cba3bb2239924a541879fed69dfdea /lisp/view.el | |
parent | dd5fce461197f3c765f065af43e2dcb4b29e6374 (diff) | |
download | emacs-28cf274f1029d68eaf8de7a101922331c5ea0599.tar.gz |
(view-mode): Doc fix.
Diffstat (limited to 'lisp/view.el')
-rw-r--r-- | lisp/view.el | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/view.el b/lisp/view.el index 75d37cd0736..dd7dca6defa 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -184,10 +184,13 @@ This command runs the normal hook `view-mode-hook'." ;;;###autoload (defun view-mode (&optional arg) "Toggle View mode. -If you use this function to turn on View mode, -\"exiting\" View mode does nothing except turn View mode off. -The other way to turn View mode on is by calling -`view-mode-enter'. +With a prefix argument, turn View mode on if the argument is >= zero +and off if it is not. + +If you use this function to turn on View mode, then subsequently +\"exiting\" View mode does nothing except turn View mode off. The +other way to turn View mode on is by calling `view-mode-enter'; +that is what Lisp programs usually use. Letters do not insert themselves. Instead these commands are provided. Most commands take prefix arguments. Commands dealing with lines |