diff options
| author | Kenichi Handa | 2000-09-12 02:04:17 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-09-12 02:04:17 +0000 |
| commit | cd70a6ef71db9af09482c79937d72bcd0f14d9e0 (patch) | |
| tree | 989d96ae928a4da417a6d8d3fbc6da19973fa25a | |
| parent | 4558e816532f1461b59f4ece066a0781531375cc (diff) | |
| download | emacs-cd70a6ef71db9af09482c79937d72bcd0f14d9e0.tar.gz emacs-cd70a6ef71db9af09482c79937d72bcd0f14d9e0.zip | |
(quail-define-package): Docstring modified.
| -rw-r--r-- | lisp/international/quail.el | 4 |
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 | ||
| 382 | DOCSTRING is the documentation string of this package. The command | 382 | DOCSTRING 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 |
| 385 | string. For instance, the form \\<quail-translation-docstring> is | 385 | string. For instance, the form \\=\\<quail-translation-docstring> is |
| 386 | replaced by a description about how to select a translation from a | 386 | replaced by a description about how to select a translation from a |
| 387 | list of candidates. | 387 | list of candidates. |
| 388 | 388 | ||