vagrantc pushed a commit to branch master
in repository guix.
commit d80443f7657f7c8a954f74ca3c3610646d3c0304
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Apr 21 08:10:03 2021 -0700
gnu: emacs-realgud: Fix grammar.
* gnu/packages/emacs-xyz.scm (emacs-realgud)[description]: Remove
gratuitous use of "allows to".
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9c293b1..0a55982 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7764,7 +7764,7 @@ after buffer changes.")
(description
"RealGUD is a modular, extensible GNU Emacs front-end for interacting
with external debuggers. It integrates various debuggers such as gdb, pdb,
-ipdb, jdb, lldb, bashdb, zshdb, etc. and allows to visually step code in the
+ipdb, jdb, lldb, bashdb, zshdb, etc. and allows visually steping through code
in the
sources. Unlike GUD, it also supports running multiple debug sessions in
parallel.")
(license license:gpl3+)))