gnu: emacs-macrostep: Shorten description.

* gnu/packages/emacs-xyz.scm (emacs-macrostep)[description]: Shorten it,
removing an unresolved reference.
This commit is contained in:
Nicolas Goaziou 2022-03-02 15:21:28 +01:00
parent 4ce63e1fbd
commit f1d18adbed
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19129,11 +19129,7 @@ (define-public emacs-macrostep
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