[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: emacs-macrostep: Shorten description.
From: |
guix-commits |
Subject: |
03/03: gnu: emacs-macrostep: Shorten description. |
Date: |
Wed, 2 Mar 2022 09:22:58 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit f1d18adbed39a3bacae93be29346fd4c86b480ef
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 2 15:21:28 2022 +0100
gnu: emacs-macrostep: Shorten description.
* gnu/packages/emacs-xyz.scm (emacs-macrostep)[description]: Shorten it,
removing an unresolved reference.
---
gnu/packages/emacs-xyz.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fdf982f7a5..9a0892b788 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19129,11 +19129,7 @@ you see exactly what happens at each step of the
expansion process by
pretty-printing the expanded forms inline in the source buffer, which is
temporarily read-only while macro expansions are visible. You can expand and
collapse macro forms one step at a time, and evaluate or instrument the
-expansions for debugging with Edebug as normal (but see “Bugs and known
-limitations”, below). Single-stepping through the expansion is particularly
-useful for debugging macros that expand into another macro form. These can be
-difficult to debug with Emacs’ built-in macroexpand, which continues expansion
-until the top-level form is no longer a macro call.")
+expansions for debugging with Edebug as normal.")
(license license:gpl3+))))
(define-public emacs-parent-mode