]> git.eshelyaron.com Git - emacs.git/commitdiff
* quail.el (quail-define-package): Describe VAR form in DOCSTRING better.
authorVisuwesh <visuweshm@gmail.com>
Sun, 13 Mar 2022 07:01:16 +0000 (12:31 +0530)
committerEli Zaretskii <eliz@gnu.org>
Sun, 13 Mar 2022 08:19:18 +0000 (10:19 +0200)
Bug#50143

Copyright-paperwork-exempt: yes

lisp/international/quail.el

index 14d4c383b236d09744b0975adc96deb3d4656c14..529cf97215e14e535b1cddb1a5739285328c67c2 100644 (file)
@@ -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.