summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2017-02-01 19:08:39 -0600
committerEric Bavier <bavier@member.fsf.org>2017-02-01 19:11:46 -0600
commit7904f18af206ab9116ade83d370b7186df458fb5 (patch)
tree7f36593f0ae8897a706b4b831cfeb5e0a1a3b857 /gnu/packages/text-editors.scm
parentc000b6b10ff06cc18f3e46b64d55a0e555628837 (diff)
downloadguix-patches-7904f18af206ab9116ade83d370b7186df458fb5.tar
guix-patches-7904f18af206ab9116ade83d370b7186df458fb5.tar.gz
gnu: joe: remove reference to WordStar.
* gnu/packages/text-editors.scm (joe)[description]: Remove WordStar reference.
Diffstat (limited to 'gnu/packages/text-editors.scm')
-rw-r--r--gnu/packages/text-editors.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index d80128186c..4b6aa07ee8 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 José Miguel Sánchez García <jmi2k@openmailbox.org>
;;; Copyright © 2016 Carlo Zancanaro <carlo@zancanaro.id.au>
-;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
+;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -171,9 +171,7 @@ competitive (as in keystroke count) with Vim.")
(home-page "http://joe-editor.sourceforge.net/")
(synopsis "Console screen editor")
(description
- "JOE is a blending of MicroPro's microcomputer word processor WordStar
-and Richard Stallman's LISP-based text editor GNU Emacs. Most of the basic
-editing keys and the overall feel of the editor are the same as in WordStar.
-JOE also has some of the key bindings and many of the powerful features of GNU
-Emacs.")
+ "JOE is a powerful console screen editor with a \"mode-less\" user
+interface similar to many user-friendly editors. JOE has some of the key
+bindings and many of the powerful features of GNU Emacs.")
(license license:gpl3+)))