diff options
Diffstat (limited to 'gnu/packages/zile.scm')
-rw-r--r-- | gnu/packages/zile.scm | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/gnu/packages/zile.scm b/gnu/packages/zile.scm index 4907031c89..0df53a69b8 100644 --- a/gnu/packages/zile.scm +++ b/gnu/packages/zile.scm @@ -59,20 +59,6 @@ (home-page "http://www.gnu.org/software/zile/") (synopsis "Zile is lossy Emacs, a lightweight Emacs clone") (description - "GNU Zile, which is a lightweight Emacs clone. Zile is short -for Zile Is Lossy Emacs. Zile has been written to be as -similar as possible to Emacs; every Emacs user should feel at -home. - -Zile has all of Emacs's basic editing features: it is 8-bit -clean (though it currently lacks Unicode support), and the -number of editing buffers and windows is only limited by -available memory and screen space respectively. Registers, -minibuffer completion and auto fill are available. Function -and variable names are identical with Emacs's (except those -containing the word \"emacs\", which instead contain the word -\"zile\"!). - -However, all of this is packed into a program which typically -compiles to about 130Kb.") + "Zile is a lightweight Emacs clone. It usage is extremely similar to +that of Emacs but it carries a much lighter feature set.") (license gpl3+))) |