diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-09 15:54:59 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-09 15:54:59 -0700 |
commit | 45e9f7da84c1bd3fc0d36d05c5708ed3b2d3a193 (patch) | |
tree | 5bc87a8b5a3c754b8eb44a612cc6c03561d6b968 /src/fringe.c | |
parent | 9d6b4d53469a9ffd67bd770fabc6fe254e35c21d (diff) | |
parent | 05920a43fc18e696b464387e781e7cfdcea5b5af (diff) | |
download | emacs-45e9f7da84c1bd3fc0d36d05c5708ed3b2d3a193.tar.gz |
Merge from trunk.
Diffstat (limited to 'src/fringe.c')
-rw-r--r-- | src/fringe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c index 4bc2f8806f3..c591d391e9f 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -1756,7 +1756,7 @@ syms_of_fringe (void) defsubr (&Sset_fringe_bitmap_face); DEFVAR_LISP ("overflow-newline-into-fringe", Voverflow_newline_into_fringe, - doc: /* *Non-nil means that newline may flow into the right fringe. + doc: /* Non-nil means that newline may flow into the right fringe. This means that display lines which are exactly as wide as the window (not counting the final newline) will only occupy one screen line, by showing (or hiding) the final newline in the right fringe; when point |