diff options
| author | Richard M. Stallman | 1996-06-28 20:03:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-28 20:03:15 +0000 |
| commit | 845a69dc820332cecd797a82e0f814dba696d57f (patch) | |
| tree | da568ecd71501c94bc6a6b6686e028f6f0499372 | |
| parent | 363b873b9b8db400c05dbc2b743e59638bc00656 (diff) | |
| download | emacs-845a69dc820332cecd797a82e0f814dba696d57f.tar.gz emacs-845a69dc820332cecd797a82e0f814dba696d57f.zip | |
(view-mode): Doc fix.
| -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'." | |||
| 184 | ;;;###autoload | 184 | ;;;###autoload |
| 185 | (defun view-mode (&optional arg) | 185 | (defun view-mode (&optional arg) |
| 186 | "Toggle View mode. | 186 | "Toggle View mode. |
| 187 | If you use this function to turn on View mode, | 187 | With a prefix argument, turn View mode on if the argument is >= zero |
| 188 | \"exiting\" View mode does nothing except turn View mode off. | 188 | and off if it is not. |
| 189 | The other way to turn View mode on is by calling | 189 | |
| 190 | `view-mode-enter'. | 190 | If you use this function to turn on View mode, then subsequently |
| 191 | \"exiting\" View mode does nothing except turn View mode off. The | ||
| 192 | other way to turn View mode on is by calling `view-mode-enter'; | ||
| 193 | that is what Lisp programs usually use. | ||
| 191 | 194 | ||
| 192 | Letters do not insert themselves. Instead these commands are provided. | 195 | Letters do not insert themselves. Instead these commands are provided. |
| 193 | Most commands take prefix arguments. Commands dealing with lines | 196 | Most commands take prefix arguments. Commands dealing with lines |