emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/transient badebdd 1/9: Set local checkdoc-symbol-words


From: Jonas Bernoulli
Subject: [elpa] externals/transient badebdd 1/9: Set local checkdoc-symbol-words
Date: Mon, 25 Oct 2021 14:02:43 -0400 (EDT)

branch: externals/transient
commit badebdd1c1bad0b0d26ec78903a493c3a7d0a437
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Set local checkdoc-symbol-words
---
 lisp/transient.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index c939589..ff2f5d1 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -279,7 +279,7 @@ discouraged.
 
 For example, \"=\" is hard to reach using my custom keyboard
 layout, so I substitute \"(\" for that, which is easy to reach
-using a layout optimized for lisp.
+using a layout optimized for Lisp.
 
   (setq transient-substitute-key-function
         (lambda (obj)
@@ -3721,5 +3721,6 @@ we stop there."
 (provide 'transient)
 ;; Local Variables:
 ;; indent-tabs-mode: nil
+;; checkdoc-symbol-words: ("command-line" "edit-mode" "help-mode")
 ;; End:
 ;;; transient.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]