gnu: rlwrap: Fix single-quotation in Texinfo.
* gnu/packages/readline.scm (rlwrap)[description]: Fix mark-up.
This commit is contained in:
parent
4562c60d98
commit
efd524e084
1 changed files with 1 additions and 1 deletions
|
@ -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+)))
|
||||||
|
|
Reference in a new issue