[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 9a786aea73 2/3: * quail.el (quail-define-package): Describe VAR f
From: |
Eli Zaretskii |
Subject: |
master 9a786aea73 2/3: * quail.el (quail-define-package): Describe VAR form in DOCSTRING better. |
Date: |
Sun, 13 Mar 2022 04:22:21 -0400 (EDT) |
branch: master
commit 9a786aea735a19dec636a8ad5fb30dff419951ca
Author: Visuwesh <visuweshm@gmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>
* quail.el (quail-define-package): Describe VAR form in DOCSTRING better.
Bug#50143
Copyright-paperwork-exempt: yes
---
lisp/international/quail.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/international/quail.el b/lisp/international/quail.el
index 14d4c383b2..529cf97215 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.