diff options
| author | Eli Zaretskii | 2000-11-13 16:27:47 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-11-13 16:27:47 +0000 |
| commit | 67526daf21729d6f5eddcc9d782e17ff9799ca6a (patch) | |
| tree | 5121b88cf93d3accb5e6f357480f96af7e8164dc /src | |
| parent | f4da46112ae4d2a20813b8d00b07799d195466c9 (diff) | |
| download | emacs-67526daf21729d6f5eddcc9d782e17ff9799ca6a.tar.gz emacs-67526daf21729d6f5eddcc9d782e17ff9799ca6a.zip | |
Fix a typo in a comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.h | 2 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/w32term.h b/src/w32term.h index 152d83e2aa6..fb3c14070df 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 40 | ((f)->bdf ? (f)->bdf->width : (f)->tm.tmMaxCharWidth) | 40 | ((f)->bdf ? (f)->bdf->width : (f)->tm.tmMaxCharWidth) |
| 41 | 41 | ||
| 42 | #define CP_DEFAULT 1004 | 42 | #define CP_DEFAULT 1004 |
| 43 | /* Special psuedo-codepages. */ | 43 | /* Special pseudo-codepages. */ |
| 44 | #define CP_8BIT -1 | 44 | #define CP_8BIT -1 |
| 45 | #define CP_UNICODE -2 | 45 | #define CP_UNICODE -2 |
| 46 | #define CP_INVALID -3 | 46 | #define CP_INVALID -3 |
diff --git a/src/xdisp.c b/src/xdisp.c index 2b61c26e59c..7bc591c9652 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -552,7 +552,7 @@ int automatic_hscrolling_p; | |||
| 552 | Lisp_Object Vimage_types; | 552 | Lisp_Object Vimage_types; |
| 553 | 553 | ||
| 554 | /* The variable `resize-mini-windows'. If nil, don't resize | 554 | /* The variable `resize-mini-windows'. If nil, don't resize |
| 555 | mini-winodws. If t, always resize them to fit the text they | 555 | mini-windows. If t, always resize them to fit the text they |
| 556 | display. If `grow-only', let mini-windows grow only until they | 556 | display. If `grow-only', let mini-windows grow only until they |
| 557 | become empty. */ | 557 | become empty. */ |
| 558 | 558 | ||