]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix more quoting in w32fns.c.
authorEli Zaretskii <eliz@gnu.org>
Mon, 16 Jan 2023 14:55:01 +0000 (16:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 16 Jan 2023 14:55:01 +0000 (16:55 +0200)
src/w32fns.c

index 71206b8874c7067d7341fac248d25db345d6308a..b4192a5ffa65ec87c4803c5ebb230f9e592b3419 100644 (file)
@@ -10664,7 +10664,7 @@ pops up the Windows Run dialog, <lwindow>-<Pause> pops up the "System
 Properties" dialog, etc.  On Windows 10, no \"Windows\" key
 combinations are normally handed to applications.  To enable Emacs to
 process \"Windows\" key combinations, use the function
-`w32-register-hot-key`.
+`w32-register-hot-key'.
 
 For Windows 98/ME, see the doc string of `w32-phantom-key-code'.  */);
   Vw32_pass_lwindow_to_system = Qt;
@@ -10683,7 +10683,7 @@ pops up the Windows Run dialog, <rwindow>-<Pause> pops up the "System
 Properties" dialog, etc.  On Windows 10, no \"Windows\" key
 combinations are normally handed to applications.  To enable Emacs to
 process \"Windows\" key combinations, use the function
-`w32-register-hot-key`.
+`w32-register-hot-key'.
 
 For Windows 98/ME, see the doc string of `w32-phantom-key-code'.  */);
   Vw32_pass_rwindow_to_system = Qt;