aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorPaul Eggert2019-11-08 17:07:13 -0800
committerPaul Eggert2019-11-08 17:11:01 -0800
commitf8284f1e408b38e6a3c0e2a1d5a465fefac6800a (patch)
tree968d78aea467a7f574227bdb46073a15e4372efb /src/window.c
parentb7f843adfd91bdbb24af7539a782d12767646fce (diff)
downloademacs-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.c8
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.
3540If WINDOW is omitted or nil, it defaults to the selected window. 3540If WINDOW is omitted or nil, it defaults to the selected window.
3541 3541
3542This function is curently only called by 'split-window' for the new 3542This function is called by `split-window' for the new window, after it
3543window after it has established the size of the new window. */) 3543has 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.
7661Optional fifth argument PERSISTENT non-nil means that fringe settings 7661Optional fifth argument PERSISTENT non-nil means that fringe settings
7662for WINDOW are persistent, i.e., remain unchanged when another buffer 7662for WINDOW are persistent, i.e., remain unchanged when another buffer
7663is shown in WINDOW. PERSISTENT nil means that fringes are reset from 7663is shown in WINDOW. PERSISTENT nil means that fringes are reset from
7664buffer local values when 'set-window-buffer' is called on WINDOW with 7664buffer local values when `set-window-buffer' is called on WINDOW with
7665the argument KEEP-MARGINS nil. 7665the argument KEEP-MARGINS nil.
7666 7666
7667Leave fringes unchanged if WINDOW is not large enough to accommodate 7667Leave fringes unchanged if WINDOW is not large enough to accommodate
@@ -7812,7 +7812,7 @@ order to show a scroll bar for mini windows.
7812Optional sixth argument PERSISTENT non-nil means that scroll bar 7812Optional sixth argument PERSISTENT non-nil means that scroll bar
7813settings for WINDOW are persistent, i.e., remain unchanged when 7813settings for WINDOW are persistent, i.e., remain unchanged when
7814another buffer is shown in WINDOW. PERSISTENT nil means that scroll 7814another buffer is shown in WINDOW. PERSISTENT nil means that scroll
7815bars are reset from buffer local values when 'set-window-buffer' is 7815bars are reset from buffer local values when `set-window-buffer' is
7816called on WINDOW with the argument KEEP-MARGINS nil. 7816called on WINDOW with the argument KEEP-MARGINS nil.
7817 7817
7818If WINDOW is not large enough to accommodate a scroll bar of the 7818If WINDOW is not large enough to accommodate a scroll bar of the