diff options
Diffstat (limited to 'gnu/packages/readline.scm')
-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 e73b293ba3..8857666fcc 100644 --- a/gnu/packages/readline.scm +++ b/gnu/packages/readline.scm @@ -62,7 +62,7 @@ 'install 'post-install ,post-install-phase %standard-phases))) - (synopsis "GNU Readline, a library for interactive line editing") + (synopsis "Edit command lines while typing, with history support") (description "The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. |