]> git.eshelyaron.com Git - emacs.git/commitdiff
Add cross references in documentation
authorXue Fuqiao <xfq.free@gmail.com>
Fri, 3 Jul 2015 03:21:08 +0000 (11:21 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Fri, 3 Jul 2015 03:21:08 +0000 (11:21 +0800)
* doc/emacs/display.texi (Displaying Boundaries):
* doc/emacs/search.texi (Word Search): Add cross references.

doc/emacs/display.texi
doc/emacs/search.texi

index bed25a5b7cede70b0ff588ab3ea1a8706b8b9e1c..601a40bd176d505e88d7e021126b787d3903cb6a 100644 (file)
@@ -1112,13 +1112,14 @@ how the buffer boundaries and window scrolling is indicated in the
 fringes.  If the value is @code{left} or @code{right}, both angle and
 arrow bitmaps are displayed in the left or right fringe, respectively.
 
-  If value is an alist, each element @code{(@var{indicator} .
-@var{position})} specifies the position of one of the indicators.
-The @var{indicator} must be one of @code{top}, @code{bottom},
-@code{up}, @code{down}, or @code{t} which specifies the default
-position for the indicators not present in the alist.
-The @var{position} is one of @code{left}, @code{right}, or @code{nil}
-which specifies not to show this indicator.
+  If value is an alist (@pxref{Association Lists,,, elisp, the Emacs
+Lisp Reference Manual}), each element @code{(@var{indicator} .
+@var{position})} specifies the position of one of the indicators.  The
+@var{indicator} must be one of @code{top}, @code{bottom}, @code{up},
+@code{down}, or @code{t} which specifies the default position for the
+indicators not present in the alist.  The @var{position} is one of
+@code{left}, @code{right}, or @code{nil} which specifies not to show
+this indicator.
 
   For example, @code{((top . left) (t . right))} places the top angle
 bitmap in left fringe, the bottom angle bitmap in right fringe, and
index b69146a992a9b8b3e123235bec58d840f10a8075..247033d4353fe13e687701a93ee25ea831dcd8a3 100644 (file)
@@ -511,8 +511,8 @@ the search string must exactly match a whole word.  In an incremental
 word search, the matching is more lax: while you are typing the search
 string, its first and last words need not match whole words.  This is
 so that the matching can proceed incrementally as you type.  This
-additional laxity does not apply to the lazy highlight, which always
-matches whole words.
+additional laxity does not apply to the lazy highlight
+(@pxref{Incremental Search}), which always matches whole words.
 
 @node Symbol Search
 @section Symbol Search