aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-11-12 15:59:06 +0000
committerJuanma Barranquero2008-11-12 15:59:06 +0000
commit22e33406d44d52ad31a0130579318e3e89be479d (patch)
treeea6b8507fe0ce443aea5782a3ced20d98bea9e70 /src
parent62e62ea8662b533692802ff72ac5156dba9b4d4a (diff)
downloademacs-22e33406d44d52ad31a0130579318e3e89be479d.tar.gz
emacs-22e33406d44d52ad31a0130579318e3e89be479d.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/composite.c2
-rw-r--r--src/dispextern.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/composite.c b/src/composite.c
index 5f04c8ae8c6..829e163b836 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -1055,7 +1055,7 @@ composition_compute_stop_pos (cmp_it, charpos, bytepos, endpos, string)
1055} 1055}
1056 1056
1057/* Check if the character at CHARPOS (and BYTEPOS) is composed 1057/* Check if the character at CHARPOS (and BYTEPOS) is composed
1058 (possibly with the following charaters) on window W. ENDPOS limits 1058 (possibly with the following characters) on window W. ENDPOS limits
1059 characters to be composed. FACE, in non-NULL, is a base face of 1059 characters to be composed. FACE, in non-NULL, is a base face of
1060 the character. If STRING is not nil, it is a string containing the 1060 the character. If STRING is not nil, it is a string containing the
1061 character to check, and CHARPOS and BYTEPOS are indices in the 1061 character to check, and CHARPOS and BYTEPOS are indices in the
diff --git a/src/dispextern.h b/src/dispextern.h
index 3ba09d4a616..ef66006cc08 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1871,7 +1871,7 @@ struct composition_it
1871 temporarily if searching of composition reach a limit or a 1871 temporarily if searching of composition reach a limit or a
1872 newline. */ 1872 newline. */
1873 int ch; 1873 int ch;
1874 /* If this an automatic composition, how many charaters to look back 1874 /* If this an automatic composition, how many characters to look back
1875 from the position where a character triggering the composition 1875 from the position where a character triggering the composition
1876 exists. */ 1876 exists. */
1877 int lookback; 1877 int lookback;