diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-13 16:46:12 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-13 16:48:16 -0700 |
commit | cf0ee6f49b4b0b03db2c3f9fe93e1a486472e831 (patch) | |
tree | 631842f1782636aeb0a1fbb82a667f1ea92c729b /lisp/emacs-lisp | |
parent | 16f4f266324077f5a50090bd1c8147c7cbe37e0e (diff) | |
download | emacs-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.el | 4 |
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 |))) |