diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-25 20:31:47 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-25 20:31:47 -0400 |
commit | 16152b76a4f0fd82674479b64d923bd86aab5f24 (patch) | |
tree | 7f092a987de857a29a37dae62e2428ff56708186 /doc/emacs/display.texi | |
parent | 84412f2cbb7f282c15857493602b80f60e562051 (diff) | |
download | emacs-16152b76a4f0fd82674479b64d923bd86aab5f24.tar.gz |
Use Texinfo recommended convention for quotes+punctuation.
Diffstat (limited to 'doc/emacs/display.texi')
-rw-r--r-- | doc/emacs/display.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index da33d352698..84e81f565cc 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -448,7 +448,7 @@ and visits it with View mode enabled. @cindex synchronizing windows @dfn{Follow mode} is a minor mode that makes two windows, both -showing the same buffer, scroll as a single tall ``virtual window.'' +showing the same buffer, scroll as a single tall ``virtual window''. To use Follow mode, go to a frame with just one window, split it into two side-by-side windows using @kbd{C-x 3}, and then type @kbd{M-x follow-mode}. From then on, you can edit the buffer in either of the @@ -982,15 +982,15 @@ fringes on the selected frame only, use @kbd{M-x set-fringe-style}. line (@pxref{Continuation Lines}). When one line of text is split into multiple screen lines, the left fringe shows a curving arrow for each screen line except the first, indicating that ``this is not the -real beginning.'' The right fringe shows a curving arrow for each +real beginning''. The right fringe shows a curving arrow for each screen line except the last, indicating that ``this is not the real -end.'' If the line's direction is right-to-left (@pxref{Bidirectional +end''. If the line's direction is right-to-left (@pxref{Bidirectional Editing}), the meanings of the curving arrows in the fringes are swapped. The fringes indicate line truncation with short horizontal arrows meaning ``there's more text on this line which is scrolled -horizontally out of view.'' Clicking the mouse on one of the arrows +horizontally out of view''. Clicking the mouse on one of the arrows scrolls the display horizontally in the direction of the arrow. The fringes can also indicate other things, such as buffer |