diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-12-01 22:33:23 +0100 |
commit | 79c311b81cd8b12075f4c8028a65787481ee40c5 (patch) | |
tree | 7fed0959acc6c75a7ad84c18fa4f7bdc83dfbc84 /gnu/packages/ed.scm | |
parent | e6a9aa366efb55f8556dd55b8fb6869d40c1d387 (diff) | |
download | patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar patches-79c311b81cd8b12075f4c8028a65787481ee40c5.tar.gz |
gnu: Synchronize descriptions with 'gnumaint'.
Diffstat (limited to 'gnu/packages/ed.scm')
-rw-r--r-- | gnu/packages/ed.scm | 6 |
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+))) |