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

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

[nongnu] elpa/macrostep 049282be8b 04/10: Shorten first lines of two doc


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep 049282be8b 04/10: Shorten first lines of two docstrings
Date: Wed, 26 Oct 2022 09:59:21 -0400 (EDT)

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

    Shorten first lines of two docstrings
---
 macrostep.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/macrostep.el b/macrostep.el
index ab186757f2..b96ccf1cde 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -289,7 +289,7 @@
 (make-variable-buffer-local 'macrostep-expansion-buffer)
 
 (defvar macrostep-outer-environment nil
-  "Outermost macro-expansion environment to use in a dedicated macro-expansion 
buffers.
+  "Outermost macro-expansion environment to use in a macro-expansion buffers.
 
 This variable is used to save information about any enclosing
 `cl-macrolet' context when a macro form is expanded in a separate
@@ -365,7 +365,7 @@ buffer.")
   :type 'boolean)
 
 (defcustom macrostep-expand-compiler-macros t
-  "When non-nil, expand compiler macros as well as `defmacro' and `macrolet' 
macros."
+  "When non-nil, also expand compiler macros."
   :group 'macrostep
   :type 'boolean)
 



reply via email to

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