From: Eli Zaretskii Date: Mon, 13 Nov 2000 16:27:47 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: emacs-pretest-21.0.90~93 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67526daf21729d6f5eddcc9d782e17ff9799ca6a;p=emacs.git Fix a typo in a comment. --- 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. */