aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorPaul Eggert2012-03-12 15:35:55 -0700
committerPaul Eggert2012-03-12 15:35:55 -0700
commitf003f29445ab02e07b6d53b322841362394b9de9 (patch)
treee70d85b0fc9095e21b373e50f02037e0698140c8 /lisp/net
parent41bf0c48448f989ed144a26e97e5ba40f9855f84 (diff)
downloademacs-f003f29445ab02e07b6d53b322841362394b9de9.tar.gz
emacs-f003f29445ab02e07b6d53b322841362394b9de9.zip
Spelling fixes.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/mairix.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/mairix.el b/lisp/net/mairix.el
index 360b2286b7b..a8e969a18c5 100644
--- a/lisp/net/mairix.el
+++ b/lisp/net/mairix.el
@@ -659,7 +659,7 @@ Fill in VALUES if based on an article."
659 " containing the word)\n" 659 " containing the word)\n"
660 " substring= to match words containing the substring\n" 660 " substring= to match words containing the substring\n"
661 " substring=N to match words containing the substring, allowing\n" 661 " substring=N to match words containing the substring, allowing\n"
662 " up to N errors(mising/extra/different letters)\n" 662 " up to N errors(missing/extra/different letters)\n"
663 " ^substring= to match the substring at the beginning of a word.\n")) 663 " ^substring= to match the substring at the beginning of a word.\n"))
664 (widget-insert 664 (widget-insert
665 "Whitespace will be converted to ',' (i.e. AND). Use '/' for OR.\n\n") 665 "Whitespace will be converted to ',' (i.e. AND). Use '/' for OR.\n\n")