diff options
author | Glenn Morris <rgm@gnu.org> | 2018-10-31 07:50:57 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-10-31 07:50:57 -0700 |
commit | 3a739236d061cf44dcba77f163e6087be4fd09fa (patch) | |
tree | 37ba2826d46d4157de3b6b7cd2c03264e3467641 /lisp/emacs-lisp/rx.el | |
parent | 5fec8294a7eb50a4ada26519cd578006b8d16b35 (diff) | |
parent | eb903d8f20ab0c31daa27a08b0acfd30115c7b5e (diff) | |
download | emacs-3a739236d061cf44dcba77f163e6087be4fd09fa.tar.gz emacs-3a739236d061cf44dcba77f163e6087be4fd09fa.tar.bz2 emacs-3a739236d061cf44dcba77f163e6087be4fd09fa.zip |
Merge from origin/emacs-26
eb903d8 * lisp/emacs-lisp/pcase.el: Improve docstrings.
86abbb3 * lisp/emacs-lisp/rx.el (rx): Fix typo in doc string. (Bug#3...
ced58d3 Improve doc string of 'call-process'
38f88a7 Document that generic functions cannot be commands
5aeddfa * lisp/mail/rmailsum.el (rmail-summary-output): Add lost word...
10e0fd8 Add index entries for more isearch commands/bindings (Bug#32990)
de28184 * lisp/simple.el (filter-buffer-substring): Clarify doc (Bug#...
d192c16 Fix recent change in lispref/processes.texi.
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 bb759011513..1230df4f15d 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -1060,7 +1060,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) |