aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/quail.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el
index 7352e002abd..a13e77dfff7 100644
--- a/lisp/international/quail.el
+++ b/lisp/international/quail.el
@@ -381,8 +381,8 @@ If it is nil, the current key is shown.
381 381
382DOCSTRING is the documentation string of this package. The command 382DOCSTRING is the documentation string of this package. The command
383`describe-input-method' shows this string while replacing the form 383`describe-input-method' shows this string while replacing the form
384\\<VAR> in the string by the value of VAR. That value should be a 384\\=\\<VAR> in the string by the value of VAR. That value should be a
385string. For instance, the form \\<quail-translation-docstring> is 385string. For instance, the form \\=\\<quail-translation-docstring> is
386replaced by a description about how to select a translation from a 386replaced by a description about how to select a translation from a
387list of candidates. 387list of candidates.
388 388