summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenyon Ralph <kenyon@kenyonralph.com>2011-05-14 12:58:40 -0700
committerKenyon Ralph <kenyon@kenyonralph.com>2011-05-14 12:58:40 -0700
commitef629a4f2bd62beb362543460c5f1bb0034f8198 (patch)
tree30db6243ee65e84c4a1451a78452c4aa477937c8
parente4d2835219798eacf675dfdff826bd4b51e42213 (diff)
use code font
-rw-r--r--emacstips.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index 2b4029c..9b4e1a1 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -54,8 +54,8 @@ 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
+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.
## Attaching files