emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/racket-mode 5a739e2ae1: Fix doc strings for racket-expand-


From: ELPA Syncer
Subject: [nongnu] elpa/racket-mode 5a739e2ae1: Fix doc strings for racket-expand-{region definition last-sexp}
Date: Mon, 29 Jan 2024 13:01:11 -0500 (EST)

branch: elpa/racket-mode
commit 5a739e2ae11c3698cc3b77a99cc38a0c35382b24
Author: Greg Hendershott <git@greghendershott.com>
Commit: Greg Hendershott <git@greghendershott.com>

    Fix doc strings for racket-expand-{region definition last-sexp}
    
    Overlooked in commit 3ce25d8, which changed from using expand-once to
    using the macro-debugger package (in order to use the new
    customization racket-expand-hiding for all expansion commands).
---
 doc/racket-mode.texi | 9 +++------
 racket-stepper.el    | 9 +++------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/doc/racket-mode.texi b/doc/racket-mode.texi
index 780fc8e8fe..753b43204e 100644
--- a/doc/racket-mode.texi
+++ b/doc/racket-mode.texi
@@ -2829,8 +2829,7 @@ were 'disabled.
 
 Expand the active region using @ref{racket-stepper-mode}.
 
-Uses Racket's @code{expand-once} in the namespace from the most recent
-@ref{racket-run}.
+Uses the @code{macro-debugger} package to do the expansion.
 
 With @kbd{C-u}  behaves as if @ref{racket-expand-hiding}
 were 'disabled.
@@ -2842,8 +2841,7 @@ were 'disabled.
 
 Expand the definition around point using @ref{racket-stepper-mode}.
 
-Uses Racket's @code{expand-once} in the namespace from the most recent
-@ref{racket-run}.
+Uses the @code{macro-debugger} package to do the expansion.
 
 With @kbd{C-u}  behaves as if @ref{racket-expand-hiding}
 were 'disabled.
@@ -2855,8 +2853,7 @@ were 'disabled.
 
 Expand the sexp before point using @ref{racket-stepper-mode}.
 
-Uses Racket's @code{expand-once} in the namespace from the most recent
-@ref{racket-run}.
+Uses the @code{macro-debugger} package to do the expansion.
 
 With @kbd{C-u}  behaves as if @ref{racket-expand-hiding}
 were 'disabled.
diff --git a/racket-stepper.el b/racket-stepper.el
index 7009d98b5d..c0e590c8af 100644
--- a/racket-stepper.el
+++ b/racket-stepper.el
@@ -83,8 +83,7 @@ were \\='disabled."
 (defun racket-expand-region (&optional no-hiding)
   "Expand the active region using `racket-stepper-mode'.
 
-Uses Racket's `expand-once` in the namespace from the most recent
-`racket-run'.
+Uses the `macro-debugger` package to do the expansion.
 
 With \\[universal-argument] behaves as if `racket-expand-hiding'
 were \\='disabled."
@@ -100,8 +99,7 @@ were \\='disabled."
 (defun racket-expand-definition (&optional no-hiding)
   "Expand the definition around point using `racket-stepper-mode'.
 
-Uses Racket's `expand-once` in the namespace from the most recent
-`racket-run'.
+Uses the `macro-debugger` package to do the expansion.
 
 With \\[universal-argument] behaves as if `racket-expand-hiding'
 were \\='disabled."
@@ -116,8 +114,7 @@ were \\='disabled."
 (defun racket-expand-last-sexp (&optional no-hiding)
   "Expand the sexp before point using `racket-stepper-mode'.
 
-Uses Racket's `expand-once` in the namespace from the most recent
-`racket-run'.
+Uses the `macro-debugger` package to do the expansion.
 
 With \\[universal-argument] behaves as if `racket-expand-hiding'
 were \\='disabled."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]