summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-10-30 19:25:14 +0200
committerEli Zaretskii <eliz@gnu.org>2018-10-30 19:25:14 +0200
commit86abbb3cb8490f73eb00023cf1c9ea7b5a8fffaf (patch)
tree6987a7e3a62986d88029f5b2a4688eea2715f0e0 /lisp/emacs-lisp
parentced58d3e15ae4c085b8246bbf0ef9f1a9b39c456 (diff)
downloademacs-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.el2
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)