diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-12-21 18:44:40 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-12-21 18:45:53 +0100 |
commit | 7b3367a0b5727170a7b3f1aca022b992174cd426 (patch) | |
tree | 25bfa1d949704a89a8278f3c913d224c419a6525 /lisp | |
parent | a90836c6386f6b35c0d36c720a529292090cf690 (diff) | |
download | emacs-7b3367a0b5727170a7b3f1aca022b992174cd426.tar.gz emacs-7b3367a0b5727170a7b3f1aca022b992174cd426.tar.bz2 emacs-7b3367a0b5727170a7b3f1aca022b992174cd426.zip |
* lisp/so-long.el: Decrease use of passive voice.
Suggested by Richard Stallman <rms@gnu.org>.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/so-long.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/so-long.el b/lisp/so-long.el index c800c7a1430..ad0f6e2add0 100644 --- a/lisp/so-long.el +++ b/lisp/so-long.el @@ -41,9 +41,9 @@ ;; simply aren't optimised (remotely) for this scenario, so performance can ;; suffer significantly. ;; -;; When such files are detected, the command `so-long' is automatically called, -;; overriding certain minor modes and variables with performance implications -;; (all configurable), in order to enhance performance in the buffer. +;; When so-long detects such a file, it calls the command `so-long', which +;; overrides certain minor modes and variables (you can configure the details) +;; to improve performance in the buffer. ;; ;; The default action enables the major mode `so-long-mode' in place of the mode ;; that Emacs selected. This ensures that the original major mode cannot affect |