diff options
author | Štěpán Němec <stepnem@gmail.com> | 2020-04-21 10:51:45 +0200 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2021-04-24 18:26:07 +0200 |
commit | 2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c (patch) | |
tree | 83770ac6ffa9d9530fc1d10a50e89140962c20be /lisp/emacs-lisp/rx.el | |
parent | af464e438004698865eafc1b871d4316cfcd8dad (diff) | |
download | emacs-2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c.tar.gz emacs-2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c.tar.bz2 emacs-2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c.zip |
; Fix some typos in doc strings and manuals
Diffstat (limited to 'lisp/emacs-lisp/rx.el')
-rw-r--r-- | lisp/emacs-lisp/rx.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index 56e588ee0d5..1e3eb9c12b1 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -1210,7 +1210,7 @@ unmatchable Never match anything at all. CHARCLASS Match a character from a character class. One of: alpha, alphabetic, letter Alphabetic characters (defined by Unicode). alnum, alphanumeric Alphabetic or decimal digit chars (Unicode). - digit numeric, num 0-9. + digit, numeric, num 0-9. xdigit, hex-digit, hex 0-9, A-F, a-f. cntrl, control ASCII codes 0-31. blank Horizontal whitespace (Unicode). |