mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: emacs-csound-mode: Fix typo in description.
* gnu/packages/emacs-xyz.scm (emacs-multi)[description]: Fix sonud -> sound typo.
This commit is contained in:
parent
c9eb5ad6b0
commit
54d63b5ba4
1 changed files with 1 additions and 1 deletions
|
@ -24145,7 +24145,7 @@ (define-public emacs-csound-mode
|
||||||
(synopsis "Emacs major mode for coding in CSound")
|
(synopsis "Emacs major mode for coding in CSound")
|
||||||
(description "Provides both a basic major mode for editing
|
(description "Provides both a basic major mode for editing
|
||||||
CSound files, as well as a REPL for fast feedback when composing
|
CSound files, as well as a REPL for fast feedback when composing
|
||||||
and sonud-designing.")
|
and sound-designing.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-multi
|
(define-public emacs-multi
|
||||||
|
|
Loading…
Reference in a new issue