diff options
author | Mark H Weaver <mhw@netris.org> | 2014-08-15 02:10:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-08-15 02:12:21 -0400 |
commit | ae2189a9f20c5219b800cdf9eb14c9e522f298ec (patch) | |
tree | de77aa42f6682c616bb471c3b6b5e5cd165d4249 /gnu | |
parent | ce33631f54b28bbcf7606dfd680084df463af833 (diff) | |
download | patches-ae2189a9f20c5219b800cdf9eb14c9e522f298ec.tar patches-ae2189a9f20c5219b800cdf9eb14c9e522f298ec.tar.gz |
gnu: Fix synopses for emacs-wget and fetchmail.
* gnu/packages/emacs.scm (emacs-wget): Improve synopsis.
* gnu/packages/mail.scm (fetchmail): Fix typo in synopsis.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs.scm | 2 | ||||
-rw-r--r-- | gnu/packages/mail.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 15a8191873..76a8cc566f 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -364,7 +364,7 @@ operations.") ("wget-command" (string-append wget "/bin/wget"))))) %standard-phases)))) (home-page "http://www.emacswiki.org/emacs/EmacsWget") - (synopsis "A simple file downloader for emacs, based on wget.") + (synopsis "Simple file downloader for Emacs based on wget") (description "emacs-wget is an emacs interface for the wget file downloader.") (license gpl2+))) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 61a1984fe8..a9e862ac88 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -132,7 +132,7 @@ software.") `(#:configure-flags (list (string-append "--with-ssl=" (assoc-ref %build-inputs "openssl"))))) (home-page "http://fetchmail.berlios.de/") - (synopsis "Remote-mailr etrieval and forwarding utility") + (synopsis "Remote-mail retrieval and forwarding utility") (description "Fetchmail is a full-featured, robust, well-documented remote-mail retrieval and forwarding utility intended to be used over on-demand |