summaryrefslogtreecommitdiff
path: root/lisp/so-long.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-11-30 19:56:59 +0100
committerStefan Kangas <stefan@marxist.se>2020-11-30 19:58:07 +0100
commit713bac483b4b3b7c0116ba8cd832eb9a9ecbd536 (patch)
tree8385a3e82b02e3a0b82b0b360de43dc8c19ca9af /lisp/so-long.el
parent31dcc70e555482fee59df2d8aa1939360d8f8c69 (diff)
downloademacs-713bac483b4b3b7c0116ba8cd832eb9a9ecbd536.tar.gz
* lisp/so-long.el: Doc fix to reduce use of passive voice.
Diffstat (limited to 'lisp/so-long.el')
-rw-r--r--lisp/so-long.el13
1 files changed, 6 insertions, 7 deletions
diff --git a/lisp/so-long.el b/lisp/so-long.el
index 6ae8d0aec8a..431073a2a18 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -50,15 +50,14 @@
;; 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
;; 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
-;; buffer may be reinstated by calling `so-long-revert' (the key binding for
-;; which is advertised when the major mode change occurs). If you prefer that
-;; the major mode not be changed, the `so-long-minor-mode' action can be
-;; configured.
+;; an issue. However, you can reinstate the original state of the buffer by
+;; calling `so-long-revert' (the key binding of which is advertised when the major
+;; mode change occurs). If you prefer that the major mode not be changed, you
+;; can customize the `so-long-minor-mode' action.
;;
;; 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
-;; alternative actions (including custom actions) to be configured. As well as
+;; actions `so-long' and `so-long-revert' will take. This allows you to configure
+;; alternative actions (including custom actions). As well as
;; the major and minor mode actions provided by this library, `longlines-mode'
;; is also supported by default as an alternative action.
;;