summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 15:26:22 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 15:29:38 -0700
commit4aad3cfcea0e3e667d59bca45bcf8c5efe6c4e0c (patch)
treeb544ee19eb239337fad16fb8b4b542d8a66cfe7f /gnu
parentca105ad2d7e2e17a08577ab242da5b0d053ac650 (diff)
gnu: emacs-objed: Fix grammar of "allows to navigate and edit" to "allows
navigating and editing". * gnu/packages/emacs-xyz (emacs-objed): Fix grammar.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1c6f77cc0a2..dadbef6bab3 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.")
22368 (home-page "https://github.com/clemera/objed") 22368 (home-page "https://github.com/clemera/objed")
22369 (synopsis "Navigate and edit text objects") 22369 (synopsis "Navigate and edit text objects")
22370 (description 22370 (description
22371 "@code{emacs-objed} allows to navigate and edit text objects. It 22371 "@code{emacs-objed} allows navigating and editing text objects. It
22372enables modal editing and composition of commands, too. It combines ideas of 22372enables modal editing and composition of commands, too. It combines ideas of
22373other Editors like Vim or Kakoune and tries to align them with regular Emacs 22373other Editors like Vim or Kakoune and tries to align them with regular Emacs
22374conventions.") 22374conventions.")