diff options
-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. */ ((f)->bdf ? (f)->bdf->width : (f)->tm.tmMaxCharWidth) #define CP_DEFAULT 1004 -/* Special psuedo-codepages. */ +/* Special pseudo-codepages. */ #define CP_8BIT -1 #define CP_UNICODE -2 #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; Lisp_Object Vimage_types; /* The variable `resize-mini-windows'. If nil, don't resize - mini-winodws. If t, always resize them to fit the text they + mini-windows. If t, always resize them to fit the text they display. If `grow-only', let mini-windows grow only until they become empty. */ |