From b79aecf31ad52d732f88dc4371de612c209b6ce7 Mon Sep 17 00:00:00 2001
From: Kris Maglione
Date: Sat, 4 Dec 2010 17:24:45 -0500
Subject: [PATCH] Fix doc bugs caused by last commit.
---
common/locale/en-US/pattern.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/locale/en-US/pattern.xml b/common/locale/en-US/pattern.xml
index a123093d..8412af7b 100644
--- a/common/locale/en-US/pattern.xml
+++ b/common/locale/en-US/pattern.xml
@@ -57,8 +57,8 @@
- - \c
- Perform case insensitive search (default if ignorecase is set).
- - \C
- Perform case sensitive search
+ - \c
- Perform case insensitive search (default if searchcase=ignore).
+ - \C
- Perform case sensitive search (default if searchcase=match).
- \l
- Search only in links, as defined by hinttags. (default if linksearch is set).
- \L
- Search the entire page.