emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/paredit d700549d8a 3/4: More metadata for the benefit of E


From: ELPA Syncer
Subject: [nongnu] elpa/paredit d700549d8a 3/4: More metadata for the benefit of ELPA.
Date: Sun, 27 Nov 2022 09:59:12 -0500 (EST)

branch: elpa/paredit
commit d700549d8aad684f1fabcfff565a9ad8b468199b
Author: Taylor R Campbell <campbell@paredit.org>
Commit: Taylor R Campbell <campbell@paredit.org>

    More metadata for the benefit of ELPA.
---
 .elpaignore |  7 +++++++
 paredit.el  | 11 +++++++++++
 2 files changed, 18 insertions(+)

diff --git a/.elpaignore b/.elpaignore
new file mode 100644
index 0000000000..6d5c919e1f
--- /dev/null
+++ b/.elpaignore
@@ -0,0 +1,7 @@
+COPYING
+CREDITS
+DESIGN
+NEWS
+check.sh
+genhtml.sh
+test.el
diff --git a/paredit.el b/paredit.el
index bbde5a08ad..b5f96bc52b 100644
--- a/paredit.el
+++ b/paredit.el
@@ -6,6 +6,7 @@
 ;; Version: 27beta
 ;; Created: 2005-07-31
 ;; Keywords: lisp
+;; URL: https://paredit.org
 
 ;; Paredit is free software: you can redistribute it and/or modify it
 ;; under the terms of the GNU General Public License as published by
@@ -25,6 +26,16 @@
 ;;; Latest release: https://paredit.org/paredit.el
 ;;; Current development version: https://paredit.org/paredit-beta.el
 ;;; Release notes: https://paredit.org/NEWS
+
+;;; Commentary:
+
+;; Paredit keeps your parentheses balanced while editing.  Paredit Mode
+;; binds keys like `(', `)', and `"' to insert or delete parentheses
+;; and string quotes in balanced pairs as you're editing without
+;; getting in your way, augments editing keys like `C-k' to handle
+;; balanced expressions, and provides advanced commands for editing
+;; balanced expressions like splicing and joining while judiciously
+;; keeping the code you're working on indented.
 
 ;;; Install paredit by placing `paredit.el' in `/path/to/elisp', a
 ;;; directory of your choice, and adding to your .emacs file:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]