Archived
1
0
Fork 0

gnu: rlwrap: Fix single-quotation in Texinfo.

* gnu/packages/readline.scm (rlwrap)[description]: Fix mark-up.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-29 20:24:44 +02:00
parent 4562c60d98
commit efd524e084
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -169,6 +169,6 @@ comfortable for anyone.")
readline library to allow the editing of keyboard input for any command. You 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 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 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") (home-page "https://github.com/hanslub42/rlwrap")
(license gpl2+))) (license gpl2+)))