summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-03-02 15:21:28 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-03-02 15:21:28 +0100
commitf1d18adbed39a3bacae93be29346fd4c86b480ef (patch)
tree20400676db8213e902bc3ad9f646e7df9d870d1d
parent4ce63e1fbda6f9fb6fac2b1d706dc2f012683b3d (diff)
downloadguix-patches-f1d18adbed39a3bacae93be29346fd4c86b480ef.tar
guix-patches-f1d18adbed39a3bacae93be29346fd4c86b480ef.tar.gz
gnu: emacs-macrostep: Shorten description.
* gnu/packages/emacs-xyz.scm (emacs-macrostep)[description]: Shorten it, removing an unresolved reference.
-rw-r--r--gnu/packages/emacs-xyz.scm6
1 files changed, 1 insertions, 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