diff options
| author | Taylor R Campbell <campbell@mumble.net> | 2011-03-22 07:47:30 +0000 | 
|---|---|---|
| committer | Taylor R Campbell <campbell@mumble.net> | 2011-03-22 07:47:30 +0000 | 
| commit | 52670b7d8e024a03280f611631a006c29e47ef51 (patch) | |
| tree | d9a11c0b6aece39901a5561615608ed49745a381 | |
| parent | 41bbc20233194fc63b017b27a0d1ad6f831b4719 (diff) | |
Fix spacing in `paredit-newline' example.
Ignore-this: 345bd5a93c031a016fa07d242baa18f2
darcs-hash:20110322074730-00fcc-25059d738514de98e1ba3e3c0e8f08ad3f207e6a
| -rw-r--r-- | paredit.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -338,7 +338,7 @@ Paredit behaves badly if parentheses are imbalanced, so exercise                  ("(let ((n (frobbotz))) |(display (+ n 1)\nport))"                   ,(concat "(let ((n (frobbotz)))"                            "\n  |(display (+ n 1)" -                          "\n            port))"))) +                          "\n           port))")))     "Deleting & Killing"     (("C-d" ,@paredit-forward-delete-keys) | 
