diff options
| author | Paul Eggert | 2012-03-12 15:35:55 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-03-12 15:35:55 -0700 |
| commit | f003f29445ab02e07b6d53b322841362394b9de9 (patch) | |
| tree | e70d85b0fc9095e21b373e50f02037e0698140c8 /lisp/net | |
| parent | 41bf0c48448f989ed144a26e97e5ba40f9855f84 (diff) | |
| download | emacs-f003f29445ab02e07b6d53b322841362394b9de9.tar.gz emacs-f003f29445ab02e07b6d53b322841362394b9de9.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/mairix.el | 2 |
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") |