diff options
author | Taylor R Campbell <campbell@mumble.net> | 2009-02-25 06:22:07 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2009-02-25 06:22:07 +0000 |
commit | dc60d93eb13d907035723708d62cc2d41851dbe0 (patch) | |
tree | e2b71c8d93773a67759e2e85fc23b333fa037ce1 /paredit.el | |
parent | 43bf81fec70052b0be37109e27f76e968bb982e8 (diff) |
Document the effect of a prefix argument to the `paredit-mode' command.
darcs-hash:20090225062207-00fcc-d4951e8d277aceaac49113a9d36185e99dc22e2e
Diffstat (limited to 'paredit.el')
-rw-r--r-- | paredit.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -239,6 +239,8 @@ Signal an error if no clause matches." ;;;###autoload (define-minor-mode paredit-mode "Minor mode for pseudo-structurally editing Lisp code. +With a prefix argument, enable Paredit Mode even if there are + imbalanced parentheses in the buffer. \\<paredit-mode-map>" :lighter " Paredit" ;; If we're enabling paredit-mode, the prefix to this code that |