diff options
Diffstat (limited to 'gnu/packages/ed.scm')
-rw-r--r-- | gnu/packages/ed.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/ed.scm b/gnu/packages/ed.scm index de76bee38d..0f387be797 100644 --- a/gnu/packages/ed.scm +++ b/gnu/packages/ed.scm @@ -43,8 +43,7 @@ (("/bin/sh") (which "sh")))) %standard-phases))) (home-page "http://www.gnu.org/software/ed/") - (synopsis - "GNU ed, an implementation of the standard Unix editor") + (synopsis "Line-oriented text editor") (description "GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both |