Add categories L, R, SPC and . to `rx' doc string

* lisp/emacs-lisp/rx.el (rx): Add new categories to doc string.
This commit is contained in:
Mattias Engdegård 2019-02-14 16:09:55 +01:00
parent e205092081
commit a4c7de35de

View file

@ -1056,7 +1056,9 @@ CHAR
matches a character with category CATEGORY. CATEGORY must be
either a character to use for C, or one of the following symbols.
`consonant' (\\c0 in string notation)
`space-for-indent' (\\c\\s in string notation)
`base' (\\c.)
`consonant' (\\c0)
`base-vowel' (\\c1)
`upper-diacritical-mark' (\\c2)
`lower-diacritical-mark' (\\c3)
@ -1074,7 +1076,9 @@ CHAR
`japanese-hiragana-two-byte' (\\cH)
`indian-two-byte' (\\cI)
`japanese-katakana-two-byte' (\\cK)
`strong-left-to-right' (\\cL)
`korean-hangul-two-byte' (\\cN)
`strong-right-to-left' (\\cR)
`cyrillic-two-byte' (\\cY)
`combining-diacritic' (\\c^)
`ascii' (\\ca)