diff options
author | Visuwesh <visuweshm@gmail.com> | 2022-03-13 12:31:16 +0530 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-03-13 10:19:18 +0200 |
commit | 9a786aea735a19dec636a8ad5fb30dff419951ca (patch) | |
tree | c8177086ad6f8c0fcf5d56f6dff59c2b01440d6b /lisp/international/quail.el | |
parent | b447fd1a3e8085352eaced1f14145bd22764e552 (diff) | |
download | emacs-9a786aea735a19dec636a8ad5fb30dff419951ca.tar.gz emacs-9a786aea735a19dec636a8ad5fb30dff419951ca.tar.bz2 emacs-9a786aea735a19dec636a8ad5fb30dff419951ca.zip |
* quail.el (quail-define-package): Describe VAR form in DOCSTRING better.
Bug#50143
Copyright-paperwork-exempt: yes
Diffstat (limited to 'lisp/international/quail.el')
-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 14d4c383b23..529cf97215e 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -412,8 +412,8 @@ If it is nil, the current key is shown. DOCSTRING is the documentation string of this package. The command `describe-input-method' shows this string while replacing the form -\\=\\<VAR> in the string by the value of VAR. That value should be a -string. For instance, the form \\=\\<quail-translation-docstring> is +\\=\\=\\=\\<VAR> in the string by the value of VAR. That value should be a +string. For instance, the form \\=\\=\\=\\<quail-translation-docstring> is replaced by a description about how to select a translation from a list of candidates. |