summaryrefslogtreecommitdiff
path: root/lisp/so-long.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-18 13:06:55 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-18 13:06:55 +0100
commitf7ee6609ae3b9cbafd48c89bad160b4e17f5b386 (patch)
tree21e44cafeff132a40994442fba2747e359c3965f /lisp/so-long.el
parenteeab7b5cada942d973ce3c565069add6b7880261 (diff)
downloademacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.tar.gz
emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.tar.bz2
emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.zip
; Fix typos (prefer US spelling)
Diffstat (limited to 'lisp/so-long.el')
-rw-r--r--lisp/so-long.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/so-long.el b/lisp/so-long.el
index 75201fefcad..661f5ee57a9 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -839,7 +839,7 @@ was established."
)
;; It's not clear to me whether all of these would be problematic, but they
;; seemed like reasonable targets. Some are certainly excessive in smaller
- ;; buffers of minified code, but we should be aiming to maximise performance
+ ;; buffers of minified code, but we should be aiming to maximize performance
;; by default, so that Emacs is as responsive as we can manage in even very
;; large buffers of minified code.
"List of buffer-local minor modes to explicitly disable.
@@ -880,7 +880,7 @@ If `so-long-revert' is subsequently invoked, then the variables are restored
to their original states.
The combination of `line-move-visual' (enabled) and `truncate-lines' (disabled)
-is important for maximising responsiveness when moving vertically within an
+is important for maximizing responsiveness when moving vertically within an
extremely long line, as otherwise the full length of the line may need to be
scanned to find the next position.