diff options
| -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 | ||