diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-01-24 02:24:43 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-01-24 02:38:02 -0800 |
commit | 41d06fff1f1ff2c2af1c66a07ffcafcb4bc051c6 (patch) | |
tree | 878ae9815ad6e164399a8736b43c6972eba83a27 | |
parent | a8d73e699eaf81f7cba94a22cea4e1ed6365dad8 (diff) | |
download | patches-41d06fff1f1ff2c2af1c66a07ffcafcb4bc051c6.tar patches-41d06fff1f1ff2c2af1c66a07ffcafcb4bc051c6.tar.gz |
gnu: emacs-helm-clojuredocs: Fix typo "This package".
* gnu/packages/emacs-xyz (emacs-helm-clojuredocs)[description]: Fix typo.
-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 40839d4869..ece8d35a22 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20998,7 +20998,7 @@ data format @code{edn}. See @url{https://github.com/edn-format/edn}.") `(("emacs-helm" ,emacs-helm) ("emacs-edn" ,emacs-edn))) (synopsis "Search help on clojuredocs.org with Helm") - (description "This packages provides a Helm interface to lookup Clojure + (description "This package provides a Helm interface to lookup Clojure documentation on @url{https://clojuredocs.org} with Helm. Two function are exposed: |