gnu: emacs-realgud: Fix grammar.

* gnu/packages/emacs-xyz.scm (emacs-realgud)[description]: Remove
  gratuitous use of "allows to".
This commit is contained in:
Vagrant Cascadian 2021-04-21 08:10:03 -07:00
parent 239f0259d2
commit d80443f765
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -7764,7 +7764,7 @@ (define-public emacs-realgud
(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+)))