me
/
guix
Archived
1
0
Fork 0

gnu: emacs-recent-addresses: Add missing words to description.

* gnu/packages/emacs.scm (emacs-recent-addresses)[description]: Add missing
words.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Kyle Meyer 2018-08-24 23:30:33 -04:00 committed by Ludovic Courtès
parent 7d01ee66d4
commit 8a9e0b6ebf
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -11392,9 +11392,9 @@ wiki.")
(build-system emacs-build-system) (build-system emacs-build-system)
(synopsis "Record recently-used email addressed and auto-complete them") (synopsis "Record recently-used email addressed and auto-complete them")
(description (description
"@code{recent-addresses} is an Emacs allows you to quickly look up "@code{recent-addresses} is an Emacs package that allows you to quickly
previously used email addresses. It can be used alongside the Gnus email look up previously used email addresses. It can be used alongside the Gnus
client.") email client.")
(license license:gpl2+)))) (license license:gpl2+))))
(define-public emacs-fold-dwim (define-public emacs-fold-dwim