aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nsfns.m2
-rw-r--r--src/process.c2
-rw-r--r--src/window.c8
3 files changed, 6 insertions, 6 deletions
diff --git a/src/nsfns.m b/src/nsfns.m
index 184fd71678e..4c1fb76deae 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -1971,7 +1971,7 @@ the active application. */)
1971 1971
1972DEFUN ("ns-emacs-info-panel", Fns_emacs_info_panel, Sns_emacs_info_panel, 1972DEFUN ("ns-emacs-info-panel", Fns_emacs_info_panel, Sns_emacs_info_panel,
1973 0, 0, 0, 1973 0, 0, 0,
1974 doc: /* Shows the 'Info' or 'About' panel for Emacs. */) 1974 doc: /* Shows the `Info' or `About' panel for Emacs. */)
1975 (void) 1975 (void)
1976{ 1976{
1977 check_window_system (NULL); 1977 check_window_system (NULL);
diff --git a/src/process.c b/src/process.c
index 8aa4811f7ed..9158cfd347c 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3761,7 +3761,7 @@ host, and only clients connecting to that address will be accepted.
3761If all interfaces should be bound, an address of \"0.0.0.0\" (for 3761If all interfaces should be bound, an address of \"0.0.0.0\" (for
3762IPv4) or \"::\" (for IPv6) can be used. (On some operating systems, 3762IPv4) or \"::\" (for IPv6) can be used. (On some operating systems,
3763using \"::\" listens on both IPv4 and IPv6.) `local' will use IPv4 by 3763using \"::\" listens on both IPv4 and IPv6.) `local' will use IPv4 by
3764default, use a FAMILY of 'ipv6 to override this. 3764default, use a FAMILY of `ipv6' to override this.
3765 3765
3766:service SERVICE -- SERVICE is name of the service desired, or an 3766:service SERVICE -- SERVICE is name of the service desired, or an
3767integer specifying a port number to connect to. If SERVICE is t, 3767integer specifying a port number to connect to. If SERVICE is t,
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