diff options
| author | Eli Zaretskii | 2017-11-07 21:57:56 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-11-07 21:57:56 +0200 |
| commit | 949b70a7d80c79b2593a7d88f6543e29dc63ed18 (patch) | |
| tree | 1d27bd033e389cd62ae6367b4ac00d5e8c3fde98 /src | |
| parent | 20f9bf30f0d2867522c8823d8c51a1db2634fe9e (diff) | |
| download | emacs-949b70a7d80c79b2593a7d88f6543e29dc63ed18.tar.gz emacs-949b70a7d80c79b2593a7d88f6543e29dc63ed18.zip | |
; Minor comment copyedit in window.c
* src/window.c (Fset_window_configuration): Don't use non-ASCII
quotes in comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 0b220226ba3..cc1d2a7b36e 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -6661,7 +6661,7 @@ the return value is nil. Otherwise the value is t. */) | |||
| 6661 | 6661 | ||
| 6662 | We have to do this in order to capture the following | 6662 | We have to do this in order to capture the following |
| 6663 | scenario: Suppose our frame contains two live windows W1 and | 6663 | scenario: Suppose our frame contains two live windows W1 and |
| 6664 | W2 and ‘set-window-configuration’ replaces them by two | 6664 | W2 and 'set-window-configuration' replaces them by two |
| 6665 | windows W3 and W4 that were dead the last time | 6665 | windows W3 and W4 that were dead the last time |
| 6666 | run_window_size_change_functions was run. If W3 and W4 have | 6666 | run_window_size_change_functions was run. If W3 and W4 have |
| 6667 | the same values for their old and new pixel sizes but these | 6667 | the same values for their old and new pixel sizes but these |