aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Kangas2022-07-13 13:00:31 +0200
committerStefan Kangas2022-07-13 13:04:22 +0200
commitba0871bef1e7d321f1124a6ad20e9be158a976dd (patch)
treef8e0ff481dbc96e0a2cbcd188d21728bced77849 /lisp
parente3e7f31faa69d173c000ddf9f3c77e9cf34efee0 (diff)
downloademacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.tar.gz
emacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.zip
; Fix typos: prefer American spelling
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.172
-rw-r--r--lisp/ChangeLog.92
-rw-r--r--lisp/elec-pair.el2
-rw-r--r--lisp/emacs-lisp/byte-opt.el22
-rw-r--r--lisp/emacs-lisp/eldoc.el2
-rw-r--r--lisp/faces.el2
-rw-r--r--lisp/gnus/ChangeLog.32
-rw-r--r--lisp/icomplete.el2
-rw-r--r--lisp/net/shr.el2
-rw-r--r--lisp/net/tramp.el2
-rw-r--r--lisp/org/ChangeLog.14
-rw-r--r--lisp/progmodes/bug-reference.el2
-rw-r--r--lisp/progmodes/flymake.el4
-rw-r--r--lisp/progmodes/gdb-mi.el2
-rw-r--r--lisp/ses.el2
-rw-r--r--lisp/so-long.el8
-rw-r--r--lisp/windmove.el2
17 files changed, 32 insertions, 32 deletions
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17
index 6333d1dadd2..cebafe18aa0 100644
--- a/lisp/ChangeLog.17
+++ b/lisp/ChangeLog.17
@@ -825,7 +825,7 @@
825 825
8262015-03-10 Paul Eggert <eggert@cs.ucla.edu> 8262015-03-10 Paul Eggert <eggert@cs.ucla.edu>
827 827
828 Prefer "initialize" to "initialise" 828 Prefer "initialize"
829 * progmodes/js.el (js-indent-first-init): 829 * progmodes/js.el (js-indent-first-init):
830 Rename from js-indent-first-initialiser, to avoid worrying about 830 Rename from js-indent-first-initialiser, to avoid worrying about
831 American vs British spelling. All uses changed. 831 American vs British spelling. All uses changed.
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index 00c81337439..a8ebe81e7d7 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -5165,7 +5165,7 @@
5165 * sql.el (sql-interbase): New function. 5165 * sql.el (sql-interbase): New function.
5166 (sql-interbase-program): New option. 5166 (sql-interbase-program): New option.
5167 (sql-interbase-options): New option. 5167 (sql-interbase-options): New option.
5168 And some typos fixed: "customise" to "customize". 5168 And some typos fixed: "customize".
5169 5169
51702001-03-06 Dave Love <fx@gnu.org> 51702001-03-06 Dave Love <fx@gnu.org>
5171 5171
diff --git a/lisp/elec-pair.el b/lisp/elec-pair.el
index bbed955a393..f68b2f73c0a 100644
--- a/lisp/elec-pair.el
+++ b/lisp/elec-pair.el
@@ -575,7 +575,7 @@ The decision is taken by order of preference:
575 (save-excursion (electric-pair--insert pair)))))))) 575 (save-excursion (electric-pair--insert pair))))))))
576 576
577(defun electric-pair-open-newline-between-pairs-psif () 577(defun electric-pair-open-newline-between-pairs-psif ()
578 "Honour `electric-pair-open-newline-between-pairs'. 578 "Honor `electric-pair-open-newline-between-pairs'.
579Member of `post-self-insert-hook' if `electric-pair-mode' is on." 579Member of `post-self-insert-hook' if `electric-pair-mode' is on."
580 (when (and (if (functionp electric-pair-open-newline-between-pairs) 580 (when (and (if (functionp electric-pair-open-newline-between-pairs)
581 (funcall electric-pair-open-newline-between-pairs) 581 (funcall electric-pair-open-newline-between-pairs)
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 5f83a217061..7159c22dfae 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -289,7 +289,7 @@ Earlier variables shadow later ones with the same name.")
289 (if (eq fn localfn) 289 (if (eq fn localfn)
290 ;; From the same file => same mode. 290 ;; From the same file => same mode.
291 (macroexp--unfold-lambda `(,fn ,@(cdr form))) 291 (macroexp--unfold-lambda `(,fn ,@(cdr form)))
292 ;; Since we are called from inside the optimiser, we need to make 292 ;; Since we are called from inside the optimizer, we need to make
293 ;; sure not to propagate lexvar values. 293 ;; sure not to propagate lexvar values.
294 (let ((byte-optimize--lexvars nil) 294 (let ((byte-optimize--lexvars nil)
295 ;; Silence all compilation warnings: the useful ones should 295 ;; Silence all compilation warnings: the useful ones should
@@ -322,7 +322,7 @@ Same format as `byte-optimize--lexvars', with shared structure and contents.")
322This indicates the loop discovery phase.") 322This indicates the loop discovery phase.")
323 323
324(defvar byte-optimize--dynamic-vars nil 324(defvar byte-optimize--dynamic-vars nil
325 "List of variables declared as dynamic during optimisation.") 325 "List of variables declared as dynamic during optimization.")
326 326
327(defvar byte-optimize--aliased-vars nil 327(defvar byte-optimize--aliased-vars nil
328 "List of variables which may be aliased by other lexical variables. 328 "List of variables which may be aliased by other lexical variables.
@@ -429,7 +429,7 @@ for speeding up processing.")
429 (`(cond . ,clauses) 429 (`(cond . ,clauses)
430 ;; FIXME: The condition in the first clause is always executed, and 430 ;; FIXME: The condition in the first clause is always executed, and
431 ;; clause bodies are mutually exclusive -- use this for improved 431 ;; clause bodies are mutually exclusive -- use this for improved
432 ;; optimisation (see comment about `if' below). 432 ;; optimization (see comment about `if' below).
433 (cons fn 433 (cons fn
434 (mapcar (lambda (clause) 434 (mapcar (lambda (clause)
435 (if (consp clause) 435 (if (consp clause)
@@ -477,9 +477,9 @@ for speeding up processing.")
477 ;; FIXME: We have to traverse the expressions in left-to-right 477 ;; FIXME: We have to traverse the expressions in left-to-right
478 ;; order (because that is the order of evaluation and variable 478 ;; order (because that is the order of evaluation and variable
479 ;; mutations must be found prior to their use), but doing so we miss 479 ;; mutations must be found prior to their use), but doing so we miss
480 ;; some optimisation opportunities: 480 ;; some optimization opportunities:
481 ;; consider (and A B) in a for-effect context, where B => nil. 481 ;; consider (and A B) in a for-effect context, where B => nil.
482 ;; Then A could be optimised in a for-effect context too. 482 ;; Then A could be optimized in a for-effect context too.
483 (let ((tail exps) 483 (let ((tail exps)
484 (args nil)) 484 (args nil))
485 (while tail 485 (while tail
@@ -493,19 +493,19 @@ for speeding up processing.")
493 ;; FIXME: If the loop condition is statically nil after substitution 493 ;; FIXME: If the loop condition is statically nil after substitution
494 ;; of surrounding variables then we can eliminate the whole loop, 494 ;; of surrounding variables then we can eliminate the whole loop,
495 ;; even if those variables are mutated inside the loop. 495 ;; even if those variables are mutated inside the loop.
496 ;; We currently don't perform this important optimisation. 496 ;; We currently don't perform this important optimization.
497 (let* ((byte-optimize--vars-outside-loop byte-optimize--lexvars) 497 (let* ((byte-optimize--vars-outside-loop byte-optimize--lexvars)
498 (condition-body 498 (condition-body
499 (if byte-optimize--inhibit-outside-loop-constprop 499 (if byte-optimize--inhibit-outside-loop-constprop
500 ;; We are already inside the discovery phase of an outer 500 ;; We are already inside the discovery phase of an outer
501 ;; loop so there is no need for traversing this loop twice. 501 ;; loop so there is no need for traversing this loop twice.
502 (cons exp exps) 502 (cons exp exps)
503 ;; Discovery phase: run optimisation without substitution 503 ;; Discovery phase: run optimization without substitution
504 ;; of variables bound outside this loop. 504 ;; of variables bound outside this loop.
505 (let ((byte-optimize--inhibit-outside-loop-constprop t)) 505 (let ((byte-optimize--inhibit-outside-loop-constprop t))
506 (cons (byte-optimize-form exp nil) 506 (cons (byte-optimize-form exp nil)
507 (byte-optimize-body exps t))))) 507 (byte-optimize-body exps t)))))
508 ;; Optimise again, this time with constprop enabled (unless 508 ;; Optimize again, this time with constprop enabled (unless
509 ;; we are in discovery of an outer loop), 509 ;; we are in discovery of an outer loop),
510 ;; as mutated variables have been marked as non-substitutable. 510 ;; as mutated variables have been marked as non-substitutable.
511 (condition (byte-optimize-form (car condition-body) nil)) 511 (condition (byte-optimize-form (car condition-body) nil))
@@ -559,7 +559,7 @@ for speeding up processing.")
559 ;; Needed as long as we run byte-optimize-form after cconv. 559 ;; Needed as long as we run byte-optimize-form after cconv.
560 (`(internal-make-closure . ,_) 560 (`(internal-make-closure . ,_)
561 ;; Look up free vars and mark them to be kept, so that they 561 ;; Look up free vars and mark them to be kept, so that they
562 ;; won't be optimised away. 562 ;; won't be optimized away.
563 (dolist (var (caddr form)) 563 (dolist (var (caddr form))
564 (let ((lexvar (assq var byte-optimize--lexvars))) 564 (let ((lexvar (assq var byte-optimize--lexvars)))
565 (when lexvar 565 (when lexvar
@@ -643,7 +643,7 @@ for speeding up processing.")
643 643
644(defun byte-optimize-one-form (form &optional for-effect) 644(defun byte-optimize-one-form (form &optional for-effect)
645 "The source-level pass of the optimizer." 645 "The source-level pass of the optimizer."
646 ;; Make optimiser aware of lexical arguments. 646 ;; Make optimizer aware of lexical arguments.
647 (let ((byte-optimize--lexvars 647 (let ((byte-optimize--lexvars
648 (mapcar (lambda (v) (list (car v) t)) 648 (mapcar (lambda (v) (list (car v) t))
649 byte-compile--lexical-environment))) 649 byte-compile--lexical-environment)))
@@ -655,7 +655,7 @@ for speeding up processing.")
655 ;; First, optimize all sub-forms of this one. 655 ;; First, optimize all sub-forms of this one.
656 (setq form (byte-optimize-form-code-walker form for-effect)) 656 (setq form (byte-optimize-form-code-walker form for-effect))
657 657
658 ;; If a form-specific optimiser is available, run it and start over 658 ;; If a form-specific optimizer is available, run it and start over
659 ;; until a fixpoint has been reached. 659 ;; until a fixpoint has been reached.
660 (and (consp form) 660 (and (consp form)
661 (symbolp (car form)) 661 (symbolp (car form))
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el
index 5300b0594d2..82db264ce8a 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -794,7 +794,7 @@ function passes responsibility to the functions in
794Other third-party values of `eldoc-documentation-strategy' should 794Other third-party values of `eldoc-documentation-strategy' should
795not use `eldoc--make-callback'. They must find some alternate 795not use `eldoc--make-callback'. They must find some alternate
796way to produce callbacks to feed to 796way to produce callbacks to feed to
797`eldoc-documentation-functions' and should endeavour to display 797`eldoc-documentation-functions' and should endeavor to display
798the docstrings eventually produced, using 798the docstrings eventually produced, using
799`eldoc-display-functions'." 799`eldoc-display-functions'."
800 (let* (;; How many callbacks have been created by the strategy 800 (let* (;; How many callbacks have been created by the strategy
diff --git a/lisp/faces.el b/lisp/faces.el
index e93d8c7af85..59287ffbbd1 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1847,7 +1847,7 @@ This value was determined experimentally.")
1847 "Whether RGB is more readable against white than black. 1847 "Whether RGB is more readable against white than black.
1848RGB is a 3-element list (R G B), each component in the range [0,1]. 1848RGB is a 3-element list (R G B), each component in the range [0,1].
1849This predicate can be used both for determining a suitable (black or white) 1849This predicate can be used both for determining a suitable (black or white)
1850contrast colour with RGB as background and as foreground." 1850contrast color with RGB as background and as foreground."
1851 (unless (<= 0 (apply #'min rgb) (apply #'max rgb) 1) 1851 (unless (<= 0 (apply #'min rgb) (apply #'max rgb) 1)
1852 (error "RGB components %S not in [0,1]" rgb)) 1852 (error "RGB components %S not in [0,1]" rgb))
1853 ;; Compute the relative luminance after gamma-correcting (assuming sRGB), 1853 ;; Compute the relative luminance after gamma-correcting (assuming sRGB),
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3
index c75f5354ca8..f3324b29190 100644
--- a/lisp/gnus/ChangeLog.3
+++ b/lisp/gnus/ChangeLog.3
@@ -7385,7 +7385,7 @@
73852011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org> 73852011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7386 7386
7387 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to 7387 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
7388 backends after sanitising on entry, because this never makes sense: 7388 backends after sanitizing on entry, because this never makes sense:
7389 If the articles have gone missing, then the data no longer exists on 7389 If the articles have gone missing, then the data no longer exists on
7390 the backend, and if they haven't, then Gnus is wrong, and shouldn't 7390 the backend, and if they haven't, then Gnus is wrong, and shouldn't
7391 overwrite anything anyway. 7391 overwrite anything anyway.
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index 96172574709..6442cdb60f7 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -369,7 +369,7 @@ require user confirmation."
369(defun icomplete-fido-exit (force) 369(defun icomplete-fido-exit (force)
370 "Attempt to exit minibuffer immediately with current input. 370 "Attempt to exit minibuffer immediately with current input.
371Unless FORCE is non-nil (interactively with a prefix argument), 371Unless FORCE is non-nil (interactively with a prefix argument),
372honour a non-nil REQUIRE-MATCH argument to `completing-read' by 372honor a non-nil REQUIRE-MATCH argument to `completing-read' by
373trying to complete as much as possible and disallowing the exit 373trying to complete as much as possible and disallowing the exit
374if that doesn't produce a completion match." 374if that doesn't produce a completion match."
375 (interactive "P") 375 (interactive "P")
diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index e8b0fbc18c4..cb75d91c566 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -820,7 +820,7 @@ size, and full-buffer size."
820 (let* ((props (copy-sequence (text-properties-at (point)))) 820 (let* ((props (copy-sequence (text-properties-at (point))))
821 (face (plist-get props 'face))) 821 (face (plist-get props 'face)))
822 ;; We don't want to use the faces on the indentation, because 822 ;; We don't want to use the faces on the indentation, because
823 ;; that's ugly, but we do want to use the background colour. 823 ;; that's ugly, but we do want to use the background color.
824 (when face 824 (when face
825 (setq props (plist-put props 'face (shr-face-background face)))) 825 (setq props (plist-put props 'face (shr-face-background face))))
826 (add-text-properties gap-start (point) props)))) 826 (add-text-properties gap-start (point) props))))
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index b8855591f80..b224435b3d6 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -612,7 +612,7 @@ This regexp must match both `tramp-initial-end-of-output' and
612 "Regexp matching password-like prompts. 612 "Regexp matching password-like prompts.
613The regexp should match at end of buffer. 613The regexp should match at end of buffer.
614 614
615This variable is, by default, initialised from 615This variable is, by default, initialized from
616`password-word-equivalents' when Tramp is loaded, and it is 616`password-word-equivalents' when Tramp is loaded, and it is
617usually more convenient to add new passphrases to that variable 617usually more convenient to add new passphrases to that variable
618instead of altering this variable. 618instead of altering this variable.
diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1
index 7e08d1a3c9a..836e1430dfe 100644
--- a/lisp/org/ChangeLog.1
+++ b/lisp/org/ChangeLog.1
@@ -4001,7 +4001,7 @@
4001 buffer. 4001 buffer.
4002 (org-agenda-ignore-drawer-properties): New option. 4002 (org-agenda-ignore-drawer-properties): New option.
4003 (org-agenda-prepare-buffers): 4003 (org-agenda-prepare-buffers):
4004 Honour `org-agenda-ignore-drawer-properties'. 4004 Honor `org-agenda-ignore-drawer-properties'.
4005 4005
4006 * org-clock.el (org-clock-goto): Recenter to thrd line 4006 * org-clock.el (org-clock-goto): Recenter to thrd line
4007 4007
@@ -4134,7 +4134,7 @@
4134 (orgstruct-heading-prefix-regexp, orgstruct-setup-hook): 4134 (orgstruct-heading-prefix-regexp, orgstruct-setup-hook):
4135 New options. 4135 New options.
4136 (orgstruct-initialized): New variable. 4136 (orgstruct-initialized): New variable.
4137 (org-get-local-variables): Honour state property. 4137 (org-get-local-variables): Honor state property.
4138 (org-run-like-in-org-mode): Use `let' instead of `progv'. Do not 4138 (org-run-like-in-org-mode): Use `let' instead of `progv'. Do not
4139 override variables with non-default values. 4139 override variables with non-default values.
4140 (org-forward-heading-same-level): Do not skip to headlines on 4140 (org-forward-heading-same-level): Do not skip to headlines on
diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el
index 0a2d5ed796b..cbf6709792f 100644
--- a/lisp/progmodes/bug-reference.el
+++ b/lisp/progmodes/bug-reference.el
@@ -142,7 +142,7 @@ to the highlighted and clickable region."
142 t))) 142 t)))
143 ;; All groups 2..10 are within bounds. 143 ;; All groups 2..10 are within bounds.
144 (cons m-b1 m-e1) 144 (cons m-b1 m-e1)
145 ;; The regexp doesn't fulfil the contract of 145 ;; The regexp doesn't fulfill the contract of
146 ;; bug-reference-bug-regexp, so fall back to the old behavior. 146 ;; bug-reference-bug-regexp, so fall back to the old behavior.
147 (unless (member bug-reference-bug-regexp 147 (unless (member bug-reference-bug-regexp
148 bug-reference--nonconforming-regexps) 148 bug-reference--nonconforming-regexps)
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 83d7bc8641c..1e9f3e1f9bb 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -1664,9 +1664,9 @@ the file they refer to is visited and `flymake-mode' is turned on
1664in the resulting buffer. 1664in the resulting buffer.
1665 1665
1666Flymake backends that somehow gain sporadic information about 1666Flymake backends that somehow gain sporadic information about
1667diagnostics in neighbouring files may freely modify this variable 1667diagnostics in neighboring files may freely modify this variable
1668by adding or removing entries to for those files. If the 1668by adding or removing entries to for those files. If the
1669information about those neighbouring files is acquired repeatedly 1669information about those neighboring files is acquired repeatedly
1670and reliably, it may be more sensible to report them as 1670and reliably, it may be more sensible to report them as
1671\"foreign\" diagnostics instead. 1671\"foreign\" diagnostics instead.
1672 1672
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index a1385b0dea8..823d9297403 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -2809,7 +2809,7 @@ END-CHAR is the ending delimiter; will stop at end-of-buffer otherwise."
2809 pieces) 2809 pieces)
2810 (forward-char)) 2810 (forward-char))
2811 (t 2811 (t
2812 (warn "Unrecognised escape char: %c" (following-char)))) 2812 (warn "Unrecognized escape char: %c" (following-char))))
2813 (setq start (point))) 2813 (setq start (point)))
2814 (push (buffer-substring start (1- (point))) pieces) 2814 (push (buffer-substring start (1- (point))) pieces)
2815 (let ((s (apply #'concat (nreverse pieces)))) 2815 (let ((s (apply #'concat (nreverse pieces))))
diff --git a/lisp/ses.el b/lisp/ses.el
index 542fb3d7c87..c2c1efe0f93 100644
--- a/lisp/ses.el
+++ b/lisp/ses.el
@@ -3782,7 +3782,7 @@ function is redefined."
3782 (default (and cur-printer (ses--locprn-def cur-printer))) 3782 (default (and cur-printer (ses--locprn-def cur-printer)))
3783 create-printer) 3783 create-printer)
3784 (cond 3784 (cond
3785 ;; cancelled operation => do nothing 3785 ;; canceled operation => do nothing
3786 ((eq definition t)) 3786 ((eq definition t))
3787 ;; no change => do nothing 3787 ;; no change => do nothing
3788 ((and cur-printer (equal definition default))) 3788 ((and cur-printer (equal definition default)))
diff --git a/lisp/so-long.el b/lisp/so-long.el
index 17af532249c..8611081c0f4 100644
--- a/lisp/so-long.el
+++ b/lisp/so-long.el
@@ -38,7 +38,7 @@
38;; compacted into the smallest file size possible, which often entails removing 38;; compacted into the smallest file size possible, which often entails removing
39;; newlines should they not be strictly necessary). This can result in lines 39;; newlines should they not be strictly necessary). This can result in lines
40;; which are many thousands of characters long, and most programming modes 40;; which are many thousands of characters long, and most programming modes
41;; simply aren't optimised (remotely) for this scenario, so performance can 41;; simply aren't optimized (remotely) for this scenario, so performance can
42;; suffer significantly. 42;; suffer significantly.
43;; 43;;
44;; When so-long detects such a file, it calls the command `so-long', which 44;; When so-long detects such a file, it calls the command `so-long', which
@@ -412,7 +412,7 @@
412;; 412;;
413;; 1.1.2 - Use `so-long-mode-line-active' face on `mode-name' in `so-long-mode'. 413;; 1.1.2 - Use `so-long-mode-line-active' face on `mode-name' in `so-long-mode'.
414;; 1.1.1 - Identical to 1.1, but fixing an incorrect GNU ELPA release. 414;; 1.1.1 - Identical to 1.1, but fixing an incorrect GNU ELPA release.
415;; 1.1 - Utilise `buffer-line-statistics' in Emacs 28+, with the new 415;; 1.1 - Utilize `buffer-line-statistics' in Emacs 28+, with the new
416;; `so-long-predicate' function `so-long-statistics-excessive-p'. 416;; `so-long-predicate' function `so-long-statistics-excessive-p'.
417;; - Increase `so-long-threshold' from 250 to 10,000. 417;; - Increase `so-long-threshold' from 250 to 10,000.
418;; - Increase `so-long-max-lines' from 5 to 500. 418;; - Increase `so-long-max-lines' from 5 to 500.
@@ -449,7 +449,7 @@
449;; - Added sgml-mode and nxml-mode to `so-long-target-modes'. 449;; - Added sgml-mode and nxml-mode to `so-long-target-modes'.
450;; 0.7.4 - Refactored the handling of `whitespace-mode'. 450;; 0.7.4 - Refactored the handling of `whitespace-mode'.
451;; 0.7.3 - Added customization group `so-long' with user options. 451;; 0.7.3 - Added customization group `so-long' with user options.
452;; - Added `so-long-original-values' to generalise the storage and 452;; - Added `so-long-original-values' to generalize the storage and
453;; restoration of values from the original mode upon `so-long-revert'. 453;; restoration of values from the original mode upon `so-long-revert'.
454;; - Added `so-long-revert-hook'. 454;; - Added `so-long-revert-hook'.
455;; 0.7.2 - Remember the original major mode even with M-x `so-long-mode'. 455;; 0.7.2 - Remember the original major mode even with M-x `so-long-mode'.
@@ -642,7 +642,7 @@ Note that `so-long-statistics-excessive-p' requires Emacs 28.1 or later."
642(defun so-long--action-type () 642(defun so-long--action-type ()
643 "Generate a :type for `so-long-action' based on `so-long-action-alist'." 643 "Generate a :type for `so-long-action' based on `so-long-action-alist'."
644 ;; :type seemingly cannot be a form to be evaluated on demand, so we 644 ;; :type seemingly cannot be a form to be evaluated on demand, so we
645 ;; endeavour to keep it up-to-date with `so-long-action-alist' by 645 ;; endeavor to keep it up-to-date with `so-long-action-alist' by
646 ;; calling this from `so-long--action-alist-setter'. 646 ;; calling this from `so-long--action-alist-setter'.
647 `(radio ,@(mapcar (lambda (x) (list 'const :tag (cadr x) (car x))) 647 `(radio ,@(mapcar (lambda (x) (list 'const :tag (cadr x) (car x)))
648 (assq-delete-all nil so-long-action-alist)) 648 (assq-delete-all nil so-long-action-alist))
diff --git a/lisp/windmove.el b/lisp/windmove.el
index 6c239dcd1ba..5c7bc91192a 100644
--- a/lisp/windmove.el
+++ b/lisp/windmove.el
@@ -787,7 +787,7 @@ Default value of MODIFIERS is `shift-super'."
787 (const :tag "Hyper" hyper) 787 (const :tag "Hyper" hyper)
788 (const :tag "Super" super) 788 (const :tag "Super" super)
789 (const :tag "Alt" alt)))) 789 (const :tag "Alt" alt))))
790 "Customisation type for windmove modifiers.") 790 "Customization type for windmove modifiers.")
791 791
792(defcustom windmove-default-keybindings nil 792(defcustom windmove-default-keybindings nil
793 "Default keybindings for regular windmove commands. 793 "Default keybindings for regular windmove commands.