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

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

[nongnu] elpa/paredit 929e547 038/224: Fix some opening remarks about en


From: ELPA Syncer
Subject: [nongnu] elpa/paredit 929e547 038/224: Fix some opening remarks about enabling paredit mode.
Date: Sat, 7 Aug 2021 09:22:14 -0400 (EDT)

branch: elpa/paredit
commit 929e5471e507f532f59682e54d9bf9a52898f3cf
Author: Taylor R Campbell <campbell@mumble.net>
Commit: Taylor R Campbell <campbell@mumble.net>

    Fix some opening remarks about enabling paredit mode.
    
    Ignore-this: d35d59104fe2ecdbac980e90d206850
    
    darcs-hash:20100917193839-00fcc-b5e38dbf0713069fccf298ad6125785805a4520d
---
 paredit.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/paredit.el b/paredit.el
index 394c25b..23a9282 100644
--- a/paredit.el
+++ b/paredit.el
@@ -38,12 +38,12 @@
 ;;; directory of your choice, and adding to your .emacs file:
 ;;;
 ;;;   (add-to-list 'load-path "/path/to/elisp")
-;;;   (autoload 'paredit-mode "paredit"
-;;;     "Minor mode for pseudo-structurally editing Lisp code."
+;;;   (autoload 'enable-paredit-mode "paredit"
+;;;     "Turn on pseudo-structural editing of Lisp code."
 ;;;     t)
 ;;;
-;;; Toggle Paredit Mode with `M-x paredit-mode RET', or enable it
-;;; always in a major mode `M' (e.g., `lisp' or `scheme') with:
+;;; Enable Paredit Mode on the fly with `M-x enable-paredit-mode RET',
+;;; or always enable it in a major mode `M' (e.g., `lisp') with:
 ;;;
 ;;;   (add-hook M-mode-hook 'enable-paredit-mode)
 ;;;
@@ -86,8 +86,8 @@
 ;;;       or spaces, &c.
 ;;;
 ;;; It is often extremely difficult to reproduce problems, especially
-;;; with commands like `paredit-kill'.  If you do not supply **ALL** of
-;;; this information, then it is highly probable that I cannot
+;;; with commands such as `paredit-kill'.  If you do not supply **ALL**
+;;; of this information, then it is highly probable that I cannot
 ;;; reproduce your problem no matter how hard I try, and the effect of
 ;;; submitting a bug without this information is only to waste your
 ;;; time and mine.  So, please, include all of the above information.



reply via email to

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