diff options
-rw-r--r-- | gnu/packages/readline.scm | 2 |
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+))) |