From 17bf533b3a32d3d052d53de77949a72e53e1d437 Mon Sep 17 00:00:00 2001
From: Gabor Hojtsy
Date: Mon, 27 Dec 2004 00:50:19 +0000
Subject: [PATCH] autocomplete also works if there are multiple matches,
completing until it surely can, and remove some repetition from the text
---
index.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/index.php b/index.php
index 430bc6ca7..a92247b24 100644
--- a/index.php
+++ b/index.php
@@ -159,13 +159,13 @@ commonHeader("Hypertext Preprocessor");
function list search option selected, you will get a list of suggested
functions starting with the letters you typed in. You can browse the list
with the up/down keys, and you will be able to autocomplete the function
- name, once there is only one suggestion left, with the spacebar.
+ name with the spacebar.
If you are not interested in this feature, you can turn it
off for yourself on the My PHP.net page.
- More information about this feature is
- available on the search page.
+ More information about is available on
+ the search page.