mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: emacs-macrostep: Shorten description.
* gnu/packages/emacs-xyz.scm (emacs-macrostep)[description]: Shorten it, removing an unresolved reference.
This commit is contained in:
parent
4ce63e1fbd
commit
f1d18adbed
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue