# HG changeset patch # User Richard M. Stallman # Date 1153181392 0 # Node ID d160bc774f490fce608cb0fd65f24bd3dd700c23 # Parent 17479ca5deda6e125d8f8834989399f1766d3530 Put point and comma inside quotes. (Textual Scrolling): Use @samp for error message. diff -r 17479ca5deda -r d160bc774f49 lispref/windows.texi --- a/lispref/windows.texi Tue Jul 18 00:09:02 2006 +0000 +++ b/lispref/windows.texi Tue Jul 18 00:09:52 2006 +0000 @@ -1474,7 +1474,7 @@ @code{scroll-other-window} attempts to scroll the minibuffer. If the minibuffer contains just one line, it has nowhere to scroll to, so the line reappears after the echo area momentarily displays the message -``Beginning of buffer''. +@samp{Beginning of buffer}. @end deffn @c Emacs 19 feature @@ -1676,8 +1676,8 @@ disappear off to the left depends on their width, and could vary from line to line. - Because we read from side to side in the ``inner loop'', and from top -to bottom in the ``outer loop'', the effect of horizontal scrolling is + Because we read from side to side in the ``inner loop,'' and from top +to bottom in the ``outer loop,'' the effect of horizontal scrolling is not like that of textual or vertical scrolling. Textual scrolling involves selection of a portion of text to display, and vertical scrolling moves the window contents contiguously; but horizontal