]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment associated with previous change.
authorKarl Heuer <kwzh@gnu.org>
Thu, 10 Nov 1994 19:51:28 +0000 (19:51 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 10 Nov 1994 19:51:28 +0000 (19:51 +0000)
src/lisp.h

index 109e00097bda4038a0822764761e5066d45b6635..23410ba2933d25f2f279b046433e4310fd669f70 100644 (file)
@@ -748,7 +748,7 @@ typedef unsigned char UCHAR;
 #define FRAMEP(x) (XTYPE ((x)) == Lisp_Frame)
 #else
 #ifdef HAVE_MOUSE
-/* We could use this in the !MSDOS case also, but we prefer a compile-time
+/* We could use this in the !HAVE_MOUSE case also, but we prefer a compile-time
    error message in case FRAMEP is used.  */
 #define FRAMEP(x) (EQ (x, Fselected_frame ()))
 #endif