diff options
author | Glenn Morris <rgm@gnu.org> | 2020-12-25 10:36:48 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-12-25 10:36:48 -0800 |
commit | 2e20749e57164982df962c8f373e98bb40dd7d19 (patch) | |
tree | 0a89c52a884e2721878bb73f6c33beba65176d94 /lisp/so-long.el | |
parent | 1ca6add75f81eac83dc7e11ec771c86f14be6a8e (diff) | |
parent | 5d46593568073b43fb0a901cbd7e019a1797cf93 (diff) | |
download | emacs-2e20749e57164982df962c8f373e98bb40dd7d19.tar.gz emacs-2e20749e57164982df962c8f373e98bb40dd7d19.tar.bz2 emacs-2e20749e57164982df962c8f373e98bb40dd7d19.zip |
Merge from origin/emacs-27
5d46593568 Support build of Emacs on ARM Macos machines
7f8793e5f1 Update to Org 9.4.4
7b3367a0b5 * lisp/so-long.el: Decrease use of passive voice.
a90836c638 * doc/misc/efaq.texi (New in Emacs 27): Add section.
711fe70dd8 * doc/misc/efaq.texi (Latest version of Emacs): Bump version.
52b30834fb * lisp/face-remap.el (face-remap-set-base): Doc fix. (Bug...
b3fe0ac62e Correct argument order in comment
Diffstat (limited to 'lisp/so-long.el')
-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 431073a2a18..417409bc327 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 |