summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-08-13 16:46:12 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-08-13 16:48:16 -0700
commitcf0ee6f49b4b0b03db2c3f9fe93e1a486472e831 (patch)
tree631842f1782636aeb0a1fbb82a667f1ea92c729b /lisp/emacs-lisp
parent16f4f266324077f5a50090bd1c8147c7cbe37e0e (diff)
downloademacs-cf0ee6f49b4b0b03db2c3f9fe93e1a486472e831.tar.gz
emacs-cf0ee6f49b4b0b03db2c3f9fe93e1a486472e831.tar.bz2
emacs-cf0ee6f49b4b0b03db2c3f9fe93e1a486472e831.zip
; spelling fixes
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/rx.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el
index aa4b2addd47..6564563e7ec 100644
--- a/lisp/emacs-lisp/rx.el
+++ b/lisp/emacs-lisp/rx.el
@@ -255,9 +255,9 @@ Left-fold the list L, starting with X, by the binary function F."
x)
(defun rx--normalise-or-arg (form)
- "Normalise the `or' argument FORM.
+ "Normalize the `or' argument FORM.
Characters become strings, user-definitions and `eval' forms are expanded,
-and `or' forms are normalised recursively."
+and `or' forms are normalized recursively."
(cond ((characterp form)
(char-to-string form))
((and (consp form) (memq (car form) '(or |)))