aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2000-09-12 02:04:17 +0000
committerKenichi Handa2000-09-12 02:04:17 +0000
commitcd70a6ef71db9af09482c79937d72bcd0f14d9e0 (patch)
tree989d96ae928a4da417a6d8d3fbc6da19973fa25a
parent4558e816532f1461b59f4ece066a0781531375cc (diff)
downloademacs-cd70a6ef71db9af09482c79937d72bcd0f14d9e0.tar.gz
emacs-cd70a6ef71db9af09482c79937d72bcd0f14d9e0.zip
(quail-define-package): Docstring modified.
-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