mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-22 05:31:01 -08:00
Spelling fixes.
This commit is contained in:
parent
5ef215d874
commit
91af3942e9
112 changed files with 329 additions and 337 deletions
|
|
@ -518,7 +518,7 @@ struct coding_system
|
|||
#define CODING_REQUIRE_DETECTION_MASK 0x1000
|
||||
#define CODING_RESET_AT_BOL_MASK 0x2000
|
||||
|
||||
/* Return 1 if the coding context CODING requires annotaion
|
||||
/* Return 1 if the coding context CODING requires annotation
|
||||
handling. */
|
||||
#define CODING_REQUIRE_ANNOTATION(coding) \
|
||||
((coding)->common_flags & CODING_ANNOTATION_MASK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue