[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: rlwrap: Fix single-quotation in Texinfo.
From: |
guix-commits |
Subject: |
02/09: gnu: rlwrap: Fix single-quotation in Texinfo. |
Date: |
Sun, 30 May 2021 05:54:24 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit efd524e084f7ce111da1e05e107b1e01b718a45a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 29 20:24:44 2021 +0200
gnu: rlwrap: Fix single-quotation in Texinfo.
* gnu/packages/readline.scm (rlwrap)[description]: Fix mark-up.
---
gnu/packages/readline.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/readline.scm b/gnu/packages/readline.scm
index 3cca1ae..d8d333e 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+)))
- branch master updated (8774e1b -> c00b176), guix-commits, 2021/05/30
- 01/09: gnu: rlwrap: Update to 0.45.1., guix-commits, 2021/05/30
- 02/09: gnu: rlwrap: Fix single-quotation in Texinfo.,
guix-commits <=
- 05/09: gnu: net-snmp: Update to 5.9.1., guix-commits, 2021/05/30
- 07/09: gnu: python-hupper: Update to 1.10.3., guix-commits, 2021/05/30
- 06/09: gnu: net-snmp: Omit static library., guix-commits, 2021/05/30
- 08/09: gnu: Add lingot., guix-commits, 2021/05/30
- 03/09: gnu: python-cookiecutter: Update to 1.7.3., guix-commits, 2021/05/30
- 04/09: gnu: python-fastjsonschema: Update to 2.15.1., guix-commits, 2021/05/30
- 09/09: gnu: vapoursynth: Wrap with own PYTHONPATH., guix-commits, 2021/05/30