diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:13:53 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:17:11 -0700 |
commit | 28643c2147012544e250773c5d8b95bb761ca618 (patch) | |
tree | 4bcd78bd39a2e1029a30b0bed772590c06e250b1 | |
parent | f80d5102a8ce3af1fd749358d7f1c13dfab00f09 (diff) | |
download | patches-28643c2147012544e250773c5d8b95bb761ca618.tar patches-28643c2147012544e250773c5d8b95bb761ca618.tar.gz |
gnu: emacs-md4rd: Fix grammar of "allows to read" to "allows reading".
* gnu/packages/emacs-xyz (emacs-md4rd): 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 7df0b1d6d7..f090e4b4d0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13403,7 +13403,7 @@ navigate and display hierarchy structures.") (home-page "https://github.com/ahungry/md4rd") (synopsis "Emacs Mode for Reddit") (description - "This package allows to read Reddit from within Emacs interactively.") + "This package allows reading Reddit from within Emacs interactively.") (license license:gpl3+))) (define-public emacs-pulseaudio-control |