aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorJohn Paul Wallington <[email protected]>2002-08-24 14:26:06 +0000
committerJohn Paul Wallington <[email protected]>2002-08-24 14:26:06 +0000
commit82e736c18b6d39c331b6cfe3ee233b9f2ea606f0 (patch)
tree1d82b73710f2504fafe83225eed5cd26b0d0d491 /lisp/mail
parent729d903842648babc5ade521c380e01d99bd85e3 (diff)
* startup.el (normal-splash-screen): Ensure splash buffer is
killed. Use tabs in output. Fix test whether previous buffer was *scratch* buffer. * progmodes/simula.el (simula-abbrev-keyword-default) (simula-abbrev-keyword, simula-abbrev-stdproc-default) (simula-abbrev-stdproc): Doc fix - escape open parens in column 0. * apropos.el (command-apropos): Use `defalias' instead of `fset'. * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index eb984deff1..c4329cf909 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -3597,7 +3597,7 @@ This has an effect only if a summary buffer exists."
(eval-when-compile (require 'speedbar))
(defvar rmail-speedbar-match-folder-regexp "^[A-Z0-9]+\\(\\.[A-Z0-9]+\\)?$"
- "*This regex us used to match folder names to be displayed in speedbar.
+ "*This regex is used to match folder names to be displayed in speedbar.
Enabling this will permit speedbar to display your folders for easy
browsing, and moving of messages.")