]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/nsterm.m (syms_of_nsterm): Fix typo in defsym.
authorPo Lu <luangruo@yahoo.com>
Tue, 3 May 2022 00:41:38 +0000 (08:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 3 May 2022 00:43:26 +0000 (08:43 +0800)
src/nsterm.m

index f2bf1c1c4a9a5cd36695d59543aea430962911fe..21232f55ad50867ff122cde403001170d44f850d 100644 (file)
@@ -10301,7 +10301,7 @@ This variable is ignored on macOS < 10.7 and GNUstep.  Default is t.  */);
   DEFSYM (QCmouse, ":mouse");
   DEFSYM (Qcondensed, "condensed");
   DEFSYM (Qreverse_italic, "reverse-italic");
-  DEFSYM (Qexpanded, "reverse-italic");
+  DEFSYM (Qexpanded, "expanded");
 
 #ifdef NS_IMPL_COCOA
   Fprovide (Qcocoa, Qnil);