summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-31 16:53:27 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-03 18:21:43 +0200
commitcfcfc6ab627cbba2d5cd7893352e77d5e3667175 (patch)
treee6d6620105da2e8d3f3d47b87193cff8b18202dd /gnu
parentfb458bf3bc98805dfb4a4c16cf4ca9d6d394495c (diff)
Fix some typos.
* doc/guix.texi (Sound Services, DNS Services): Fix typos. * gnu/packages/cpp.scm (json-modern-cxx)[description]: Likewise. * gnu/packages/emacs.scm (emacs-fancy-narrow)[synopsis, description]: Likewise. Edit & mark up while we're here. * gnu/packages/mail.scm (alot)[synopsis, description]: Ditto.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cpp.scm2
-rw-r--r--gnu/packages/emacs.scm11
-rw-r--r--gnu/packages/mail.scm4
3 files changed, 9 insertions, 8 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 0160e42f6ab..d591e6a884f 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -236,7 +236,7 @@ as ordering relation.")
236 (build-system cmake-build-system) 236 (build-system cmake-build-system)
237 (synopsis "JSON parser and printer library for C++") 237 (synopsis "JSON parser and printer library for C++")
238 (description "JSON for Modern C++ is a C++ JSON library that provides 238 (description "JSON for Modern C++ is a C++ JSON library that provides
239intutive syntax and trivial integration.") 239intuitive syntax and trivial integration.")
240 (license license:expat))) 240 (license license:expat)))
241 241
242(define-public xtl 242(define-public xtl
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 08554280c72..8f0c564f883 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9567,11 +9567,12 @@ duplicate hook and function names further into a single declarative call.")
9567 "0rf2rnzg82pdqch041yyx3f9ddixffkk9s2ydzg8hwy66sg3385n")))) 9567 "0rf2rnzg82pdqch041yyx3f9ddixffkk9s2ydzg8hwy66sg3385n"))))
9568 (build-system emacs-build-system) 9568 (build-system emacs-build-system)
9569 (home-page "https://github.com/Malabarba/fancy-narrow/releases") 9569 (home-page "https://github.com/Malabarba/fancy-narrow/releases")
9570 (synopsis "Immitate narrow-to-region with more eye-candy") 9570 (synopsis "Imitate @code{narrow-to-region} with more eye candy")
9571 (description "Unlike narrow-to-region, which completely hides text outside 9571 (description
9572the narrowed region, this package simply deemphasizes the text, makes it 9572 "Unlike @code{narrow-to-region}, which completely hides text outside
9573readonly, and makes it unreachable. This leads to a much more natural 9573the narrowed region, this package simply de-emphasizes the text, makes it
9574feeling, where the region stays static (instead of being brutally moved to a 9574read-only, and makes it unreachable. This leads to a much more natural
9575feeling where the region stays static (instead of being brutally moved to a
9575blank slate) and is clearly highlighted with respect to the rest of the 9576blank slate) and is clearly highlighted with respect to the rest of the
9576buffer.") 9577buffer.")
9577 (license license:gpl2+))) 9578 (license license:gpl2+)))
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 1f7e971d608..4944dd7622d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -706,9 +706,9 @@ attachments, create new maildirs, and so on.")
706 ("python2-pygpgme" ,python2-pygpgme) 706 ("python2-pygpgme" ,python2-pygpgme)
707 ("python2-notmuch" ,python2-notmuch))) 707 ("python2-notmuch" ,python2-notmuch)))
708 (home-page "https://github.com/pazz/alot") 708 (home-page "https://github.com/pazz/alot")
709 (synopsis "Commandline MUA using notmuch") 709 (synopsis "Command-line MUA using @code{notmuch}")
710 (description 710 (description
711 "Alot is an experimental terminal mail user agent (MUA) based on 711 "Alot is an experimental terminal mail user agent (@dfn{MUA}) based on
712@code{notmuch} mail. It is written in Python using the @code{urwid} toolkit.") 712@code{notmuch} mail. It is written in Python using the @code{urwid} toolkit.")
713 (license gpl3+))) 713 (license gpl3+)))
714 714