diff options
| author | Eli Zaretskii | 2023-01-16 16:55:01 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-01-16 16:55:01 +0200 |
| commit | 140824dc099a84556341f089e8a939f4a80c3f7f (patch) | |
| tree | cba15e46d836cdaa9d4229fed6e7213156b149f6 /src | |
| parent | f367ba3ed03526356448a94addbb8554ece2f482 (diff) | |
| download | emacs-140824dc099a84556341f089e8a939f4a80c3f7f.tar.gz emacs-140824dc099a84556341f089e8a939f4a80c3f7f.zip | |
; Fix more quoting in w32fns.c.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 71206b8874c..b4192a5ffa6 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -10664,7 +10664,7 @@ pops up the Windows Run dialog, <lwindow>-<Pause> pops up the "System | |||
| 10664 | Properties" dialog, etc. On Windows 10, no \"Windows\" key | 10664 | Properties" dialog, etc. On Windows 10, no \"Windows\" key |
| 10665 | combinations are normally handed to applications. To enable Emacs to | 10665 | combinations are normally handed to applications. To enable Emacs to |
| 10666 | process \"Windows\" key combinations, use the function | 10666 | process \"Windows\" key combinations, use the function |
| 10667 | `w32-register-hot-key`. | 10667 | `w32-register-hot-key'. |
| 10668 | 10668 | ||
| 10669 | For Windows 98/ME, see the doc string of `w32-phantom-key-code'. */); | 10669 | For Windows 98/ME, see the doc string of `w32-phantom-key-code'. */); |
| 10670 | Vw32_pass_lwindow_to_system = Qt; | 10670 | Vw32_pass_lwindow_to_system = Qt; |
| @@ -10683,7 +10683,7 @@ pops up the Windows Run dialog, <rwindow>-<Pause> pops up the "System | |||
| 10683 | Properties" dialog, etc. On Windows 10, no \"Windows\" key | 10683 | Properties" dialog, etc. On Windows 10, no \"Windows\" key |
| 10684 | combinations are normally handed to applications. To enable Emacs to | 10684 | combinations are normally handed to applications. To enable Emacs to |
| 10685 | process \"Windows\" key combinations, use the function | 10685 | process \"Windows\" key combinations, use the function |
| 10686 | `w32-register-hot-key`. | 10686 | `w32-register-hot-key'. |
| 10687 | 10687 | ||
| 10688 | For Windows 98/ME, see the doc string of `w32-phantom-key-code'. */); | 10688 | For Windows 98/ME, see the doc string of `w32-phantom-key-code'. */); |
| 10689 | Vw32_pass_rwindow_to_system = Qt; | 10689 | Vw32_pass_rwindow_to_system = Qt; |