summaryrefslogtreecommitdiff
path: root/gnu/packages/readline.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-29 20:24:44 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-30 11:52:59 +0200
commitefd524e084f7ce111da1e05e107b1e01b718a45a (patch)
treed5c05ff7cacae64e8184aa2d918cfc3a502fbe12 /gnu/packages/readline.scm
parent4562c60d984f135b7bdc45b92732f584862d6859 (diff)
downloadguix-patches-efd524e084f7ce111da1e05e107b1e01b718a45a.tar
guix-patches-efd524e084f7ce111da1e05e107b1e01b718a45a.tar.gz
gnu: rlwrap: Fix single-quotation in Texinfo.
* gnu/packages/readline.scm (rlwrap)[description]: Fix mark-up.
Diffstat (limited to 'gnu/packages/readline.scm')
-rw-r--r--gnu/packages/readline.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/readline.scm b/gnu/packages/readline.scm
index 3cca1aefe7..d8d333e587 100644
--- a/gnu/packages/readline.scm
+++ b/gnu/packages/readline.scm
@@ -169,6 +169,6 @@ comfortable for anyone.")
readline library to allow the editing of keyboard input for any command. You
should consider rlwrap especially when you need user-defined completion (by way
of completion word lists) and persistent history, or if you want to program
-'special effects' using the filter mechanism.")
+`special effects' using the filter mechanism.")
(home-page "https://github.com/hanslub42/rlwrap")
(license gpl2+)))