diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-03-23 06:23:11 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-03-23 06:23:11 +0000 |
commit | dd8c16f0ee6c1b45e6328111d3a949ebf81e8ffe (patch) | |
tree | d44d9d223831642d1315675a055db793f4f3069b | |
parent | 121a8b4dac5eb2f398ccfdc47008606ca91b3733 (diff) |
Omit vestigial unattached asterisk in summary at top.
Ignore-this: 48046ba29e4172c407b0d44fbbe4a7a0
darcs-hash:20110323062311-00fcc-820fab4a894bf7175f200900ff32d2daf7569620
-rw-r--r-- | paredit.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ ;;; ;;; These key bindings are designed so that when typing new code in ;;; Paredit Mode, you can generally type exactly the same sequence of -;;; keys you would have typed without Paredit Mode.[*] +;;; keys you would have typed without Paredit Mode. ;;; ;;; Paredit Mode also binds common editing keys, such as `DEL', `C-d', ;;; and `C-k', to commands that respect S-expression structures in the |