aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2015-07-03 11:21:08 +0800
committerXue Fuqiao2015-07-03 11:21:08 +0800
commit2b848fadd51e805b2f46da64c5958ea7f009048a (patch)
treec320038cd8364e7b59378439d757214fd708fd28
parent7071848862a91b18251ee66cca20bcf527f6ca8e (diff)
downloademacs-2b848fadd51e805b2f46da64c5958ea7f009048a.tar.gz
emacs-2b848fadd51e805b2f46da64c5958ea7f009048a.zip
Add cross references in documentation
* doc/emacs/display.texi (Displaying Boundaries): * doc/emacs/search.texi (Word Search): Add cross references.
-rw-r--r--doc/emacs/display.texi15
-rw-r--r--doc/emacs/search.texi4
2 files changed, 10 insertions, 9 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index bed25a5b7ce..601a40bd176 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -1112,13 +1112,14 @@ how the buffer boundaries and window scrolling is indicated in the
1112fringes. If the value is @code{left} or @code{right}, both angle and 1112fringes. If the value is @code{left} or @code{right}, both angle and
1113arrow bitmaps are displayed in the left or right fringe, respectively. 1113arrow bitmaps are displayed in the left or right fringe, respectively.
1114 1114
1115 If value is an alist, each element @code{(@var{indicator} . 1115 If value is an alist (@pxref{Association Lists,,, elisp, the Emacs
1116@var{position})} specifies the position of one of the indicators. 1116Lisp Reference Manual}), each element @code{(@var{indicator} .
1117The @var{indicator} must be one of @code{top}, @code{bottom}, 1117@var{position})} specifies the position of one of the indicators. The
1118@code{up}, @code{down}, or @code{t} which specifies the default 1118@var{indicator} must be one of @code{top}, @code{bottom}, @code{up},
1119position for the indicators not present in the alist. 1119@code{down}, or @code{t} which specifies the default position for the
1120The @var{position} is one of @code{left}, @code{right}, or @code{nil} 1120indicators not present in the alist. The @var{position} is one of
1121which specifies not to show this indicator. 1121@code{left}, @code{right}, or @code{nil} which specifies not to show
1122this indicator.
1122 1123
1123 For example, @code{((top . left) (t . right))} places the top angle 1124 For example, @code{((top . left) (t . right))} places the top angle
1124bitmap in left fringe, the bottom angle bitmap in right fringe, and 1125bitmap in left fringe, the bottom angle bitmap in right fringe, and
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index b69146a992a..247033d4353 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -511,8 +511,8 @@ the search string must exactly match a whole word. In an incremental
511word search, the matching is more lax: while you are typing the search 511word search, the matching is more lax: while you are typing the search
512string, its first and last words need not match whole words. This is 512string, its first and last words need not match whole words. This is
513so that the matching can proceed incrementally as you type. This 513so that the matching can proceed incrementally as you type. This
514additional laxity does not apply to the lazy highlight, which always 514additional laxity does not apply to the lazy highlight
515matches whole words. 515(@pxref{Incremental Search}), which always matches whole words.
516 516
517@node Symbol Search 517@node Symbol Search
518@section Symbol Search 518@section Symbol Search