summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenyon Ralph <kenyon@kenyonralph.com>2011-05-14 14:04:16 -0700
committerKenyon Ralph <kenyon@kenyonralph.com>2011-05-14 14:04:16 -0700
commitebe08cb955acdb940ed02374ef020f8b37e30d66 (patch)
treefe469302670e0f4b8959cc9c83f6183686f3ece1
parent4ce300f0e3a438c952b51b0f561591e8bc2cfbe7 (diff)
proper syntax
-rw-r--r--emacstips.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index 0a40f64..06d38ca 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -54,9 +54,9 @@ that it will hide the sent mail in your emacs frame stack, but it will
not close it. If you type several mails in an emacs session they will
accumulate and make switching between buffers more annoying. You can
avoid that behavior by adding `(setq message-kill-buffer-on-exit t)`
-in your `.emacs` file (or doing `M-x customize-variable
-message-kill-buffer-on-exit`) which will really close the mail window
-after sending it.
+in your `.emacs` file (or doing `M-x customize-variable<RET>
+message-kill-buffer-on-exit<RET>`) which will really close the mail
+window after sending it.
## Attaching files