diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:26:22 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:29:38 -0700 |
commit | 4aad3cfcea0e3e667d59bca45bcf8c5efe6c4e0c (patch) | |
tree | b544ee19eb239337fad16fb8b4b542d8a66cfe7f | |
parent | ca105ad2d7e2e17a08577ab242da5b0d053ac650 (diff) | |
download | guix-4aad3cfcea0e3e667d59bca45bcf8c5efe6c4e0c.tar guix-4aad3cfcea0e3e667d59bca45bcf8c5efe6c4e0c.tar.gz |
gnu: emacs-objed: Fix grammar of "allows to navigate and edit" to "allows
navigating and editing".
* gnu/packages/emacs-xyz (emacs-objed): Fix grammar.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1c6f77cc0a..dadbef6bab 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22368,7 +22368,7 @@ conversion program}, a Japanese input method on Emacs.") (home-page "https://github.com/clemera/objed") (synopsis "Navigate and edit text objects") (description - "@code{emacs-objed} allows to navigate and edit text objects. It + "@code{emacs-objed} allows navigating and editing text objects. It enables modal editing and composition of commands, too. It combines ideas of other Editors like Vim or Kakoune and tries to align them with regular Emacs conventions.") |