gnu: emacs-noflet: Fix typo "lets you".

* gnu/packages/emacs-xyz (emacs-noflet)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 16:31:38 -07:00
parent b9c0d5446c
commit a265b400b4
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -11948,7 +11948,7 @@ (define-public emacs-noflet
`(("emacs-dash" ,emacs-dash)))
(home-page "https://github.com/nicferrier/emacs-noflet")
(synopsis "Locally override functions")
(description "@code{emacs-noflet} let's you locally override functions,
(description "@code{emacs-noflet} lets you locally override functions,
in the manner of @command{flet}, but with access to the original function
through the symbol: @command{this-fn}.")
(license license:gpl3+))))