diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-10-30 19:25:14 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-10-30 19:25:14 +0200 |
commit | 86abbb3cb8490f73eb00023cf1c9ea7b5a8fffaf (patch) | |
tree | 6987a7e3a62986d88029f5b2a4688eea2715f0e0 /lisp/emacs-lisp | |
parent | ced58d3e15ae4c085b8246bbf0ef9f1a9b39c456 (diff) | |
download | emacs-86abbb3cb8490f73eb00023cf1c9ea7b5a8fffaf.tar.gz emacs-86abbb3cb8490f73eb00023cf1c9ea7b5a8fffaf.tar.bz2 emacs-86abbb3cb8490f73eb00023cf1c9ea7b5a8fffaf.zip |
* lisp/emacs-lisp/rx.el (rx): Fix typo in doc string. (Bug#33205)
Diffstat (limited to 'lisp/emacs-lisp')
-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 5fa0eaf194f..de0a9276a81 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -1058,7 +1058,7 @@ CHAR `chinese-two-byte' (\\cC) `greek-two-byte' (\\cG) `japanese-hiragana-two-byte' (\\cH) - `indian-tow-byte' (\\cI) + `indian-two-byte' (\\cI) `japanese-katakana-two-byte' (\\cK) `korean-hangul-two-byte' (\\cN) `cyrillic-two-byte' (\\cY) |