mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 23:40:24 -08:00
; spelling fixes
This commit is contained in:
parent
16f4f26632
commit
cf0ee6f49b
8 changed files with 10 additions and 10 deletions
|
|
@ -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 |)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue