diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-02 15:21:28 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-03-02 15:21:28 +0100 |
commit | f1d18adbed39a3bacae93be29346fd4c86b480ef (patch) | |
tree | 20400676db8213e902bc3ad9f646e7df9d870d1d /gnu/packages/emacs-xyz.scm | |
parent | 4ce63e1fbda6f9fb6fac2b1d706dc2f012683b3d (diff) | |
download | guix-f1d18adbed39a3bacae93be29346fd4c86b480ef.tar guix-f1d18adbed39a3bacae93be29346fd4c86b480ef.tar.gz |
gnu: emacs-macrostep: Shorten description.
* gnu/packages/emacs-xyz.scm (emacs-macrostep)[description]: Shorten it,
removing an unresolved reference.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
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 |