mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-noflet: Fix typo "lets you".
* gnu/packages/emacs-xyz (emacs-noflet)[description]: Fix typo.
This commit is contained in:
parent
b9c0d5446c
commit
a265b400b4
1 changed files with 1 additions and 1 deletions
|
@ -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+))))
|
||||
|
|
Loading…
Reference in a new issue