mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 19:30:38 -08:00
; spelling fixes
This commit is contained in:
parent
e898442be3
commit
2391d3f45d
8 changed files with 8 additions and 8 deletions
|
|
@ -273,7 +273,7 @@ Return (REGEXP . PRECEDENCE)."
|
|||
;; (or (+ digit) "CHARLIE" "CHAN" (+ blank))
|
||||
;; -> (or (+ digit) (or "CHARLIE" "CHAN") (+ blank))
|
||||
;;
|
||||
;; - Optimise single-character alternatives better:
|
||||
;; - Optimize single-character alternatives better:
|
||||
;; * classes: space, alpha, ...
|
||||
;; * (syntax S), for some S (whitespace, word)
|
||||
;; so that (or "@" "%" digit (any "A-Z" space) (syntax word))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue