branch: externals/transient
commit 9a1d62699fdc116864b7a4779bdfa6b57e5c839a
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    transient-force-fixed-pitch: Fix doc-string
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 04ec255142..b25c795edf 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -291,7 +291,7 @@ used."
   :type 'boolean)
 
 (defcustom transient-force-fixed-pitch nil
-  "Whether to force used of monospaced font in popup buffer.
+  "Whether to force use of monospaced font in the popup buffer.
 
 Even if you use a proportional font for the `default' face,
 you might still want to use a monospaced font in transient's

Reply via email to