[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)
- [nongnu] elpa/macrostep updated (424e3734a1 -> 75ecd04121), ELPA Syncer, 2022/10/26
- [nongnu] elpa/macrostep 2d0091bf8f 02/10: Avoid positional arguments to define-minor-mode, ELPA Syncer, 2022/10/26
- [nongnu] elpa/macrostep 290e412b33 03/10: Remove stray declare form, ELPA Syncer, 2022/10/26
- [nongnu] elpa/macrostep 049282be8b 04/10: Shorten first lines of two docstrings,
ELPA Syncer <=
- [nongnu] elpa/macrostep b430ea850b 08/10: Add .elpaignore, ELPA Syncer, 2022/10/26
- [nongnu] elpa/macrostep 22c10f970f 09/10: Delete bundled cl-lib.el and ert.el, ELPA Syncer, 2022/10/26
- [nongnu] elpa/macrostep abed4cb0d2 01/10: Continue to extend macrostep-expansion-highlight-face to window edge, ELPA Syncer, 2022/10/26
- [nongnu] elpa/macrostep 4c3c260964 05/10: Update library headers, ELPA Syncer, 2022/10/26
- [nongnu] elpa/macrostep 400c483bb1 06/10: Add LICENSE, ELPA Syncer, 2022/10/26
- [nongnu] elpa/macrostep 1596a7c261 07/10: Checkdoc fixes, ELPA Syncer, 2022/10/26
- [nongnu] elpa/macrostep 75ecd04121 10/10: Require ert and cl-lib unconditionally, ELPA Syncer, 2022/10/26