diff options
| author | Paul Eggert | 2019-11-08 17:07:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-11-08 17:11:01 -0800 |
| commit | f8284f1e408b38e6a3c0e2a1d5a465fefac6800a (patch) | |
| tree | 968d78aea467a7f574227bdb46073a15e4372efb /src/window.c | |
| parent | b7f843adfd91bdbb24af7539a782d12767646fce (diff) | |
| download | emacs-f8284f1e408b38e6a3c0e2a1d5a465fefac6800a.tar.gz emacs-f8284f1e408b38e6a3c0e2a1d5a465fefac6800a.zip | |
Fix some quoting glitches in doc strings
This also fixes a misplaced "only".
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/window.c b/src/window.c index 0fa0bdf7b92..e122649f59e 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3539,8 +3539,8 @@ DEFUN ("run-window-scroll-functions", Frun_window_scroll_functions, | |||
| 3539 | doc: /* Run `window-scroll-functions' for WINDOW. | 3539 | doc: /* Run `window-scroll-functions' for WINDOW. |
| 3540 | If WINDOW is omitted or nil, it defaults to the selected window. | 3540 | If WINDOW is omitted or nil, it defaults to the selected window. |
| 3541 | 3541 | ||
| 3542 | This function is curently only called by 'split-window' for the new | 3542 | This function is called by `split-window' for the new window, after it |
| 3543 | window after it has established the size of the new window. */) | 3543 | has established the size of the new window. */) |
| 3544 | (Lisp_Object window) | 3544 | (Lisp_Object window) |
| 3545 | { | 3545 | { |
| 3546 | struct window *w = decode_live_window (window); | 3546 | struct window *w = decode_live_window (window); |
| @@ -7661,7 +7661,7 @@ display marginal areas and the text area. | |||
| 7661 | Optional fifth argument PERSISTENT non-nil means that fringe settings | 7661 | Optional fifth argument PERSISTENT non-nil means that fringe settings |
| 7662 | for WINDOW are persistent, i.e., remain unchanged when another buffer | 7662 | for WINDOW are persistent, i.e., remain unchanged when another buffer |
| 7663 | is shown in WINDOW. PERSISTENT nil means that fringes are reset from | 7663 | is shown in WINDOW. PERSISTENT nil means that fringes are reset from |
| 7664 | buffer local values when 'set-window-buffer' is called on WINDOW with | 7664 | buffer local values when `set-window-buffer' is called on WINDOW with |
| 7665 | the argument KEEP-MARGINS nil. | 7665 | the argument KEEP-MARGINS nil. |
| 7666 | 7666 | ||
| 7667 | Leave fringes unchanged if WINDOW is not large enough to accommodate | 7667 | Leave fringes unchanged if WINDOW is not large enough to accommodate |
| @@ -7812,7 +7812,7 @@ order to show a scroll bar for mini windows. | |||
| 7812 | Optional sixth argument PERSISTENT non-nil means that scroll bar | 7812 | Optional sixth argument PERSISTENT non-nil means that scroll bar |
| 7813 | settings for WINDOW are persistent, i.e., remain unchanged when | 7813 | settings for WINDOW are persistent, i.e., remain unchanged when |
| 7814 | another buffer is shown in WINDOW. PERSISTENT nil means that scroll | 7814 | another buffer is shown in WINDOW. PERSISTENT nil means that scroll |
| 7815 | bars are reset from buffer local values when 'set-window-buffer' is | 7815 | bars are reset from buffer local values when `set-window-buffer' is |
| 7816 | called on WINDOW with the argument KEEP-MARGINS nil. | 7816 | called on WINDOW with the argument KEEP-MARGINS nil. |
| 7817 | 7817 | ||
| 7818 | If WINDOW is not large enough to accommodate a scroll bar of the | 7818 | If WINDOW is not large enough to accommodate a scroll bar of the |