summaryrefslogtreecommitdiff
path: root/paredit.el
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2010-09-17 19:38:39 +0000
committerTaylor R Campbell <campbell@mumble.net>2010-09-17 19:38:39 +0000
commit929e5471e507f532f59682e54d9bf9a52898f3cf (patch)
tree6f8b28068bb9202bf6bca84cf687097ebefbf358 /paredit.el
parentdb3a581bf6499249f40bdecc9fe0dc94fe74b9f9 (diff)
Fix some opening remarks about enabling paredit mode.
Ignore-this: d35d59104fe2ecdbac980e90d206850 darcs-hash:20100917193839-00fcc-b5e38dbf0713069fccf298ad6125785805a4520d
Diffstat (limited to 'paredit.el')
-rw-r--r--paredit.el12
1 files 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.