diff options
| author | Glenn Morris | 2007-08-08 07:49:21 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-08 07:49:21 +0000 |
| commit | e0f24100c74828aadd926f0afa6e3440be8c89d0 (patch) | |
| tree | 3fb96e2684078c6612126ecc1d668fd87866a041 /src/indent.h | |
| parent | 22e9fe2445883d651799f027917cd50d065f200d (diff) | |
| download | emacs-e0f24100c74828aadd926f0afa6e3440be8c89d0.tar.gz emacs-e0f24100c74828aadd926f0afa6e3440be8c89d0.zip | |
Replace `iff' in comments.
Diffstat (limited to 'src/indent.h')
| -rw-r--r-- | src/indent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.h b/src/indent.h index 2d3c158b069..2e873769603 100644 --- a/src/indent.h +++ b/src/indent.h | |||
| @@ -61,7 +61,7 @@ extern int last_known_column_point; | |||
| 61 | 61 | ||
| 62 | /* Functions for dealing with the column cache. */ | 62 | /* Functions for dealing with the column cache. */ |
| 63 | 63 | ||
| 64 | /* Return true iff the display table DISPTAB specifies the same widths | 64 | /* Return true if the display table DISPTAB specifies the same widths |
| 65 | for characters as WIDTHTAB. We use this to decide when to | 65 | for characters as WIDTHTAB. We use this to decide when to |
| 66 | invalidate the buffer's column_cache. */ | 66 | invalidate the buffer's column_cache. */ |
| 67 | int disptab_matches_widthtab P_ ((struct Lisp_Char_Table *disptab, | 67 | int disptab_matches_widthtab P_ ((struct Lisp_Char_Table *disptab, |