comparison lisp/textmodes/ispell.el @ 75882:67f0213ebfd7

(ispell-dictionary-alist): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 14 Feb 2007 12:44:58 +0000
parents 7717e4bf7aef
children 32db7e65b617 dd7c098af727
comparison
equal deleted inserted replaced
75881:7a878b96963b 75882:67f0213ebfd7
685 \"Steven's\" are parsed as single words including the \"'\" character, but 685 \"Steven's\" are parsed as single words including the \"'\" character, but
686 \"Stevens'\" does not include the quote character as part of the word. 686 \"Stevens'\" does not include the quote character as part of the word.
687 If you want OTHERCHARS to be empty, use the empty string. 687 If you want OTHERCHARS to be empty, use the empty string.
688 Hint: regexp syntax requires the hyphen to be declared first here. 688 Hint: regexp syntax requires the hyphen to be declared first here.
689 689
690 CASECHARS, NOT-CASECHARS, and OTHERCHARS must be a unibyte string 690 CASECHARS, NOT-CASECHARS, and OTHERCHARS must be unibyte strings
691 containing bytes of CHARACTER-SET. In addition, if they contain 691 containing bytes of CHARACTER-SET. In addition, if they contain
692 a non-ASCII byte, the regular expression must be a single 692 a non-ASCII byte, the regular expression must be a single
693 `character set' construct that doesn't specify a character range 693 `character set' construct that doesn't specify a character range
694 for non-ASCII bytes. 694 for non-ASCII bytes.
695 695