summaryrefslogtreecommitdiff
path: root/gnu/packages/ed.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/ed.scm')
-rw-r--r--gnu/packages/ed.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ed.scm b/gnu/packages/ed.scm
index 4a2d524417..d981a75848 100644
--- a/gnu/packages/ed.scm
+++ b/gnu/packages/ed.scm
@@ -46,8 +46,8 @@
(synopsis "Line-oriented text editor")
(description
"Ed is a line-oriented text editor: rather than offering an overview of
-a document, ed performs editing one line at a time. It can be operated both
+a document, ed performs editing one line at a time. It can be executed both
interactively and via shell scripts. Its method of command input allows
-complex tasks to be performed in an automated way, however it has largely
-been superceded by full-screen editors like Emacs or Moe.")
+complex tasks to be performed in an automated way. GNU ed offers several
+extensions over the standard utility.")
(license gpl3+)))