summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-09-13 15:29:26 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-09-13 15:31:04 -0700
commit4a0d8b4cadcfef8c39581031bd00b3175ca37b43 (patch)
tree11d941293684a649b7765e2afe06edeff5a25d60 /src/dispextern.h
parent3988ceaa1cfa2022443906750cbb30127a1e161f (diff)
downloademacs-4a0d8b4cadcfef8c39581031bd00b3175ca37b43.tar.gz
Port to ISO/IEC TS 18661-1:2014
* src/character.h (CHARACTER_WIDTH): Rename from CHAR_WIDTH. All uses changed.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index f2c42de6cd2..79bc9353ec5 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2237,7 +2237,7 @@ struct composition_it
/* Indices of the glyphs for the current grapheme cluster. */
int from, to;
/* Width of the current grapheme cluster in units of columns it will
- occupy on display; see CHAR_WIDTH. */
+ occupy on display; see CHARACTER_WIDTH. */
int width;
};