Homepage: https://www.gnu.org/software/emacs
Author: K. Shane Hartman
Peruse file or buffer without editing
This package provides the `view' minor mode documented in the Emacs user's manual. View mode entry and exit is done through the functions `view-mode-enter' and `view-mode-exit'. Use these functions to enter or exit `view-mode' from Emacs Lisp programs. We use both view- and View- as prefix for symbols. View- is used as prefix for commands that have a key binding. view- is used for commands without key binding. The purpose of this is to make it easier for a user to use command name completion.