summaryrefslogtreecommitdiff
path: root/manual/search.texi
diff options
context:
space:
mode:
authorMelissa Weisshaus <melissa@gnu.org>1992-05-20 17:21:04 +0000
committerMelissa Weisshaus <melissa@gnu.org>1992-05-20 17:21:04 +0000
commitb9a84c676ed1eb78b65cf2e6a2c2bd8329e66bd8 (patch)
treee663d0c9ff2ed83e8a3d37a05e1d9c126b2b6177 /manual/search.texi
parent8796bf65367cfb1071911b6dc8f576e2e1cf336e (diff)
indented menu descriptions correctly
Diffstat (limited to 'manual/search.texi')
-rw-r--r--manual/search.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/search.texi b/manual/search.texi
index 9dd4c26804..301289adc2 100644
--- a/manual/search.texi
+++ b/manual/search.texi
@@ -8,8 +8,9 @@ and the total number of elements.
@menu
* Comparison Functions:: Defining how to compare two objects.
- Since the sort and search facilities are
- general, you have to specify the ordering.
+ Since the sort and search facilities
+ are general, you have to specify the
+ ordering.
* Array Search Function:: The @code{bsearch} function.
* Array Sort Function:: The @code{qsort} function.
* Search/Sort Example:: An example program.