From: Xue Fuqiao Date: Tue, 30 Jun 2015 08:02:56 +0000 (+0800) Subject: Add cross references. X-Git-Tag: emacs-25.0.90~1607 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee0b83343231427fbdf954ce9e7d4f1632583245;p=emacs.git Add cross references. * doc/emacs/display.texi (Standard Faces, Fringes): Add cross references. --- diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 53bea5218ef..bed25a5b7ce 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -699,8 +699,9 @@ terminals. This face is used for the prompt strings displayed in the minibuffer. By default, Emacs automatically adds this face to the value of @code{minibuffer-prompt-properties}, which is a list of text -properties used to display the prompt text. (This variable takes -effect when you enter the minibuffer.) +properties (@pxref{Text Properties,,, elisp, the Emacs Lisp Reference +Manual}) used to display the prompt text. (This variable takes effect +when you enter the minibuffer.) @item fringe @cindex @code{fringe} face The face for the fringes to the left and right of windows on graphic @@ -1079,10 +1080,11 @@ 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 -scrolls the display horizontally in the direction of the arrow. + The fringes indicate line truncation (@pxref{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 scrolls the display horizontally in the direction of the +arrow. The fringes can also indicate other things, such as buffer boundaries (@pxref{Displaying Boundaries}), and where a program you