From f8284f1e408b38e6a3c0e2a1d5a465fefac6800a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 8 Nov 2019 17:07:13 -0800 Subject: Fix some quoting glitches in doc strings This also fixes a misplaced "only". --- src/nsfns.m | 2 +- src/process.c | 2 +- src/window.c | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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. */) DEFUN ("ns-emacs-info-panel", Fns_emacs_info_panel, Sns_emacs_info_panel, 0, 0, 0, - doc: /* Shows the 'Info' or 'About' panel for Emacs. */) + doc: /* Shows the `Info' or `About' panel for Emacs. */) (void) { 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. If all interfaces should be bound, an address of \"0.0.0.0\" (for IPv4) or \"::\" (for IPv6) can be used. (On some operating systems, using \"::\" listens on both IPv4 and IPv6.) `local' will use IPv4 by -default, use a FAMILY of 'ipv6 to override this. +default, use a FAMILY of `ipv6' to override this. :service SERVICE -- SERVICE is name of the service desired, or an 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, doc: /* Run `window-scroll-functions' for WINDOW. If WINDOW is omitted or nil, it defaults to the selected window. -This function is curently only called by 'split-window' for the new -window after it has established the size of the new window. */) +This function is called by `split-window' for the new window, after it +has established the size of the new window. */) (Lisp_Object window) { struct window *w = decode_live_window (window); @@ -7661,7 +7661,7 @@ display marginal areas and the text area. Optional fifth argument PERSISTENT non-nil means that fringe settings for WINDOW are persistent, i.e., remain unchanged when another buffer is shown in WINDOW. PERSISTENT nil means that fringes are reset from -buffer local values when 'set-window-buffer' is called on WINDOW with +buffer local values when `set-window-buffer' is called on WINDOW with the argument KEEP-MARGINS nil. Leave fringes unchanged if WINDOW is not large enough to accommodate @@ -7812,7 +7812,7 @@ order to show a scroll bar for mini windows. Optional sixth argument PERSISTENT non-nil means that scroll bar settings for WINDOW are persistent, i.e., remain unchanged when another buffer is shown in WINDOW. PERSISTENT nil means that scroll -bars are reset from buffer local values when 'set-window-buffer' is +bars are reset from buffer local values when `set-window-buffer' is called on WINDOW with the argument KEEP-MARGINS nil. If WINDOW is not large enough to accommodate a scroll bar of the -- cgit v1.2.1