From: Richard M. Stallman Date: Fri, 28 Jun 1996 20:03:15 +0000 (+0000) Subject: (view-mode): Doc fix. X-Git-Tag: emacs-19.34~306 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=845a69dc820332cecd797a82e0f814dba696d57f;p=emacs.git (view-mode): Doc fix. --- 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