diff options
| author | Xue Fuqiao | 2015-07-03 11:21:08 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2015-07-03 11:21:08 +0800 |
| commit | 2b848fadd51e805b2f46da64c5958ea7f009048a (patch) | |
| tree | c320038cd8364e7b59378439d757214fd708fd28 | |
| parent | 7071848862a91b18251ee66cca20bcf527f6ca8e (diff) | |
| download | emacs-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.texi | 15 | ||||
| -rw-r--r-- | doc/emacs/search.texi | 4 |
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 | |||
| 1112 | fringes. If the value is @code{left} or @code{right}, both angle and | 1112 | fringes. If the value is @code{left} or @code{right}, both angle and |
| 1113 | arrow bitmaps are displayed in the left or right fringe, respectively. | 1113 | arrow 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. | 1116 | Lisp Reference Manual}), each element @code{(@var{indicator} . |
| 1117 | The @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}, |
| 1119 | position for the indicators not present in the alist. | 1119 | @code{down}, or @code{t} which specifies the default position for the |
| 1120 | The @var{position} is one of @code{left}, @code{right}, or @code{nil} | 1120 | indicators not present in the alist. The @var{position} is one of |
| 1121 | which specifies not to show this indicator. | 1121 | @code{left}, @code{right}, or @code{nil} which specifies not to show |
| 1122 | this 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 |
| 1124 | bitmap in left fringe, the bottom angle bitmap in right fringe, and | 1125 | bitmap 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 | |||
| 511 | word search, the matching is more lax: while you are typing the search | 511 | word search, the matching is more lax: while you are typing the search |
| 512 | string, its first and last words need not match whole words. This is | 512 | string, its first and last words need not match whole words. This is |
| 513 | so that the matching can proceed incrementally as you type. This | 513 | so that the matching can proceed incrementally as you type. This |
| 514 | additional laxity does not apply to the lazy highlight, which always | 514 | additional laxity does not apply to the lazy highlight |
| 515 | matches 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 |