aboutsummaryrefslogtreecommitdiffstats
path: root/src/fringe.c
diff options
context:
space:
mode:
authorStephen Gildea2019-11-03 18:36:05 -0800
committerStephen Gildea2019-11-03 18:36:45 -0800
commit1d4862e8c18aff5e2a59b9fb37e643a389683047 (patch)
treea8185f4df41d0c4b08f229905443d57305ac9f1a /src/fringe.c
parent8ae7c8866d01d792127591a56221f382692d2571 (diff)
downloademacs-1d4862e8c18aff5e2a59b9fb37e643a389683047.tar.gz
emacs-1d4862e8c18aff5e2a59b9fb37e643a389683047.zip
Fix English grammar in some doc strings and comments
(files.el subr.el): Fix some grammar errors in doc strings and comments. (frame.c fringe.c image.c xfns.c xterm.c): Fix some English grammar errors in doc strings.
Diffstat (limited to 'src/fringe.c')
-rw-r--r--src/fringe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 08bf271ed56..ded7c44e905 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -1716,8 +1716,8 @@ syms_of_fringe (void)
1716 1716
1717 DEFVAR_LISP ("overflow-newline-into-fringe", Voverflow_newline_into_fringe, 1717 DEFVAR_LISP ("overflow-newline-into-fringe", Voverflow_newline_into_fringe,
1718 doc: /* Non-nil means that newline may flow into the right fringe. 1718 doc: /* Non-nil means that newline may flow into the right fringe.
1719This means that display lines which are exactly as wide as the window 1719This means that display lines that are exactly as wide as the window
1720\(not counting the final newline) will only occupy one screen line, by 1720\(not counting the final newline) will occupy only one screen line, by
1721showing (or hiding) the final newline in the right fringe; when point 1721showing (or hiding) the final newline in the right fringe; when point
1722is at the final newline, the cursor is shown in the right fringe. 1722is at the final newline, the cursor is shown in the right fringe.
1723If nil, also continue lines which are exactly as wide as the window. */); 1723If nil, also continue lines which are exactly as wide as the window. */);