mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(view-mode): Doc fix.
This commit is contained in:
parent
363b873b9b
commit
845a69dc82
1 changed files with 7 additions and 4 deletions
11
lisp/view.el
11
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue