summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2011-01-10 13:38:21 -0200
committerIsmael Luceno2011-01-10 13:38:21 -0200
commitd8a84fb75fa67432cd6e18f45d9e28f940b74d4a (patch)
tree2906e53cf224c55999ddf7b8c7a051f4b17daff0
parentc86cc9289a25f913e5b6ad8fd9cf275686342df5 (diff)
emacs-lisp/*: remove description's redundancy
-rwxr-xr-xemacs-lisp/bibl-mode/DETAILS7
-rwxr-xr-xemacs-lisp/clojure-mode/DETAILS6
-rwxr-xr-xemacs-lisp/cluck/DETAILS8
-rwxr-xr-xemacs-lisp/doc-mode/DETAILS3
-rwxr-xr-xemacs-lisp/egg/DETAILS6
-rwxr-xr-xemacs-lisp/haml-mode/DETAILS2
-rwxr-xr-xemacs-lisp/identica-mode/DETAILS2
-rwxr-xr-xemacs-lisp/php-mode/DETAILS13
-rwxr-xr-xemacs-lisp/scss-mode/DETAILS2
-rwxr-xr-xemacs-lisp/sinatra_el/DETAILS2
10 files changed, 26 insertions, 25 deletions
diff --git a/emacs-lisp/bibl-mode/DETAILS b/emacs-lisp/bibl-mode/DETAILS
index 80f23bba2e..bab1d0e28f 100755
--- a/emacs-lisp/bibl-mode/DETAILS
+++ b/emacs-lisp/bibl-mode/DETAILS
@@ -9,9 +9,8 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_HASH=sha512:ab1048baf0dabb23230b11928fb2b926c060f6121571d160e283e1c55b816e021ee51b874b8be433350fa06af9d5ee43de217cbe93164979bd0d196ca9b5b47c
LICENSE[0]=GPL
KEYWORDS="emacs editors"
- SHORT="Bibliografy management emacs mode"
+ SHORT="Emacs mode for bibliografy management"
cat << EOF
-This is bibl-mode, a package intended for editing what we will call,
-for want of a better name, 'bibliography files', using either Emacs 19
-an newer or XEmacs (formerly Lucid Emacs).
+A package intended for editing what we will call, for want of a better name,
+'bibliography files'.
EOF
diff --git a/emacs-lisp/clojure-mode/DETAILS b/emacs-lisp/clojure-mode/DETAILS
index ce51d98dc3..94bf4ac538 100755
--- a/emacs-lisp/clojure-mode/DETAILS
+++ b/emacs-lisp/clojure-mode/DETAILS
@@ -12,10 +12,10 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
WEB_SITE="https://github.com/technomancy/clojure-mode"
LICENSE[0]=GPL
ENTERED=20110102
- SHORT="A mode for emacs that handles clojure"
+ SHORT="Emacs mode that handles clojure"
cat << EOF
-ClojureMode is a major mode that provides font-lock, indentation, and functions
-for communication with subprocesses for Clojure.
+A major mode that provides font-lock, indentation, and functions for
+communication with subprocesses for Clojure.
It’s more useful if used together with swank-clojure to interact with
subprocesses.
diff --git a/emacs-lisp/cluck/DETAILS b/emacs-lisp/cluck/DETAILS
index 884f435e8a..8b04e1fb55 100755
--- a/emacs-lisp/cluck/DETAILS
+++ b/emacs-lisp/cluck/DETAILS
@@ -14,9 +14,9 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
ENTERED=20101208
SHORT="Shameless clone of Quack"
cat << EOF
-cluck.el is a shameless clone of Quack 0.37. Neil Van Dyke deserves all of
-the credit for the overall look-and-feel, in particular the spiffy PLT-style
-fontification and especially the pretty lambda.
+A shameless clone of Quack 0.37. Neil Van Dyke deserves all of the
+credit for the overall look-and-feel, in particular the spiffy
+PLT-style fontification and especially the pretty lambda.
Changes:
@@ -28,5 +28,5 @@ Changes:
* reorganized the menus
The result is much better suited to Chicken scheming and probably worthless
-for any other flavor of scheme.
+for any other flavor.
EOF
diff --git a/emacs-lisp/doc-mode/DETAILS b/emacs-lisp/doc-mode/DETAILS
index fd6a7c76e9..ab7e541274 100755
--- a/emacs-lisp/doc-mode/DETAILS
+++ b/emacs-lisp/doc-mode/DETAILS
@@ -9,6 +9,5 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
ENTERED=20101209
SHORT="Emacs mode for AsciiDoc Fontlocking"
cat << EOF
-Fontlocking for AsciiDoc files. Dress up AsciiDoc text files with nice
-highlights.
+Dress up AsciiDoc text files with nice highlights.
EOF
diff --git a/emacs-lisp/egg/DETAILS b/emacs-lisp/egg/DETAILS
index 597ff43a6e..9bda9530fa 100755
--- a/emacs-lisp/egg/DETAILS
+++ b/emacs-lisp/egg/DETAILS
@@ -14,9 +14,9 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
ENTERED=20101208
SHORT="Emacs Got Git"
cat << EOF
-Egg is an Emacs interface to git. It's a suite composed of a minor-mode and
-various special-buffers presenting different UIs to help the user performing
-many git operations.
+It's a suite composed of a minor-mode and various special-buffers
+presenting different UIs to help the user performing many git
+operations.
Provides a git-specific interface, for browsing and interactive manipulation
of history, comparing revisions, merging and rebasing, stashing, stagging,
diff --git a/emacs-lisp/haml-mode/DETAILS b/emacs-lisp/haml-mode/DETAILS
index 61cbdb5dc1..3a060d1e97 100755
--- a/emacs-lisp/haml-mode/DETAILS
+++ b/emacs-lisp/haml-mode/DETAILS
@@ -12,6 +12,6 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
WEB_SITE="https://github.com/nex3/haml-mode"
LICENSE[0]=GPL
ENTERED=20110101
- SHORT="Major mode for editing Haml files for emacsen"
+ SHORT="Emacs mode for editing Haml files"
cat << EOF
EOF
diff --git a/emacs-lisp/identica-mode/DETAILS b/emacs-lisp/identica-mode/DETAILS
index ca09ff7f48..ac735b6c6f 100755
--- a/emacs-lisp/identica-mode/DETAILS
+++ b/emacs-lisp/identica-mode/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
WEB_SITE="http://blog.nethazard.net/identica-mode-for-emacs/"
LICENSE[0]=GPL
ENTERED=20110101
- SHORT="Emacs major mode for identi.ca microblogging service"
+ SHORT="Emacs mode for identi.ca microblogging service"
cat << EOF
You can view your friend’s update list and post and update of your
status.
diff --git a/emacs-lisp/php-mode/DETAILS b/emacs-lisp/php-mode/DETAILS
index bb437ed0e1..c509090a3c 100755
--- a/emacs-lisp/php-mode/DETAILS
+++ b/emacs-lisp/php-mode/DETAILS
@@ -9,9 +9,12 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
ENTERED=20101208
SHORT="PHP mode for Emacs"
cat << EOF
-PHP mode is a major mode for editing PHP 3 and 4 source code. It's an
-extension of C mode; thus it inherits all C mode's navigation functionality.
-But it colors according to the PHP grammar and indents according to the PEAR
-coding guidelines. It also includes a couple handy IDE-type features such
-as documentation search and a source and class browser.
+Mode for editing PHP 3 and 4 source code.
+
+It's an extension of C mode; thus it inherits all C mode's navigation
+functionality. But it colors according to the PHP grammar and indents
+according to the PEAR coding guidelines.
+
+It also includes a couple handy IDE-type features such as
+documentation search and a source and class browser.
EOF
diff --git a/emacs-lisp/scss-mode/DETAILS b/emacs-lisp/scss-mode/DETAILS
index efa5ecc209..0c5659d320 100755
--- a/emacs-lisp/scss-mode/DETAILS
+++ b/emacs-lisp/scss-mode/DETAILS
@@ -12,6 +12,6 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
WEB_SITE="https://github.com/antonj/scss-mode"
LICENSE[0]=GPL
ENTERED=20110102
- SHORT="Emacsen major mode for editing SCSS files"
+ SHORT="Emacs mode for editing SCSS files"
cat << EOF
EOF
diff --git a/emacs-lisp/sinatra_el/DETAILS b/emacs-lisp/sinatra_el/DETAILS
index c1b521e1f7..26ded31ce6 100755
--- a/emacs-lisp/sinatra_el/DETAILS
+++ b/emacs-lisp/sinatra_el/DETAILS
@@ -12,6 +12,6 @@ SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
WEB_SITE="https://github.com/eschulte/sinatra_el"
LICENSE[0]=GPL
ENTERED=20110101
- SHORT="Emacsen minor mode for the Sinatra web mini-framework"
+ SHORT="Emacs minor mode for the Sinatra web mini-framework"
cat << EOF
EOF