diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsfns.m | 2 | ||||
| -rw-r--r-- | src/process.c | 2 | ||||
| -rw-r--r-- | src/window.c | 8 |
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 | ||
| 1972 | DEFUN ("ns-emacs-info-panel", Fns_emacs_info_panel, Sns_emacs_info_panel, | 1972 | DEFUN ("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. | |||
| 3761 | If all interfaces should be bound, an address of \"0.0.0.0\" (for | 3761 | If all interfaces should be bound, an address of \"0.0.0.0\" (for |
| 3762 | IPv4) or \"::\" (for IPv6) can be used. (On some operating systems, | 3762 | IPv4) or \"::\" (for IPv6) can be used. (On some operating systems, |
| 3763 | using \"::\" listens on both IPv4 and IPv6.) `local' will use IPv4 by | 3763 | using \"::\" listens on both IPv4 and IPv6.) `local' will use IPv4 by |
| 3764 | default, use a FAMILY of 'ipv6 to override this. | 3764 | default, 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 |
| 3767 | integer specifying a port number to connect to. If SERVICE is t, | 3767 | integer 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. |
| 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 |