mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
* lisp/so-long.el: Doc fix to reduce use of passive voice.
This commit is contained in:
parent
31dcc70e55
commit
713bac483b
@ -50,15 +50,14 @@
|
|||||||
;; performance further, as well as making the so-long activity more obvious to
|
;; performance further, as well as making the so-long activity more obvious to
|
||||||
;; the user. These kinds of minified files are typically not intended to be
|
;; the user. These kinds of minified files are typically not intended to be
|
||||||
;; edited, so not providing the usual editing mode in such cases will rarely be
|
;; edited, so not providing the usual editing mode in such cases will rarely be
|
||||||
;; an issue. However, should the user wish to do so, the original state of the
|
;; an issue. However, you can reinstate the original state of the buffer by
|
||||||
;; buffer may be reinstated by calling `so-long-revert' (the key binding for
|
;; calling `so-long-revert' (the key binding of which is advertised when the major
|
||||||
;; which is advertised when the major mode change occurs). If you prefer that
|
;; mode change occurs). If you prefer that the major mode not be changed, you
|
||||||
;; the major mode not be changed, the `so-long-minor-mode' action can be
|
;; can customize the `so-long-minor-mode' action.
|
||||||
;; configured.
|
|
||||||
;;
|
;;
|
||||||
;; The user options `so-long-action' and `so-long-action-alist' determine what
|
;; The user options `so-long-action' and `so-long-action-alist' determine what
|
||||||
;; will happen when `so-long' and `so-long-revert' are invoked, allowing
|
;; actions `so-long' and `so-long-revert' will take. This allows you to configure
|
||||||
;; alternative actions (including custom actions) to be configured. As well as
|
;; alternative actions (including custom actions). As well as
|
||||||
;; the major and minor mode actions provided by this library, `longlines-mode'
|
;; the major and minor mode actions provided by this library, `longlines-mode'
|
||||||
;; is also supported by default as an alternative action.
|
;; is also supported by default as an alternative action.
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user