From 86abbb3cb8490f73eb00023cf1c9ea7b5a8fffaf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 30 Oct 2018 19:25:14 +0200 Subject: [PATCH] * lisp/emacs-lisp/rx.el (rx): Fix typo in doc string. (Bug#33205) --- lisp/emacs-lisp/rx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5