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

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

[nongnu] elpa/macrostep 18142bc915: Reduce width of a docstring below 80


From: Jonas Bernoulli
Subject: [nongnu] elpa/macrostep 18142bc915: Reduce width of a docstring below 80 characters
Date: Tue, 2 Jul 2024 14:50:11 -0400 (EDT)

branch: elpa/macrostep
commit 18142bc915dfe4a65d337e3aa5ad851d95d1d5c9
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Reduce width of a docstring below 80 characters
    
    * macrostep.el (macrostep-gensyms-this-level): Reduce width of
    docstring.
---
 macrostep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/macrostep.el b/macrostep.el
index f3f0c69389..2d5196c8bf 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -274,7 +274,7 @@
   "Number of macro expansion levels that have introduced gensyms so far.")
 
 (defvar-local macrostep-gensyms-this-level nil
-  "Non-nil if gensyms have been encountered during current level of macro 
expansion.")
+  "Non-nil if gensyms were encountered during current level of macro 
expansion.")
 
 (defvar-local macrostep-saved-undo-list nil
   "Saved value of `buffer-undo-list' upon entering macrostep mode.")



reply via email to

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