]> git.eshelyaron.com Git - emacs.git/commitdiff
Add cross references.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 30 Jun 2015 08:02:56 +0000 (16:02 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 30 Jun 2015 08:02:56 +0000 (16:02 +0800)
* doc/emacs/display.texi (Standard Faces, Fringes): Add cross
references.

doc/emacs/display.texi

index 53bea5218efd47b395e4c0e0630636ba0d462c26..bed25a5b7cede70b0ff588ab3ea1a8706b8b9e1c 100644 (file)
@@ -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