diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index ba6677d3..8754c583 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -24,7 +24,7 @@
Dockes
- $Id: usermanual.sgml,v 1.63 2008-05-07 06:14:14 dockes Exp $
+ $Id: usermanual.sgml,v 1.64 2008-09-24 06:34:35 dockes Exp $
This document introduces full text search notions
@@ -2331,10 +2331,11 @@ skippedPaths = ~/somedir/∗.txt
add a small &RCL; launcher to the KDE panel.
The applet is not automatically built with the main &RCL;
- programs. To build it, you need to unpack the &RCL; source
- code, then go to the kde/recoll_applet/
- directory, and type the usual
- configure;make;make install.
+ programs, nor is it included with the main source distribution
+ (because the KDE build boilerplate makes it relatively big). You
+ can download its source from the recoll.org download page. Use
+ the omnipotent configure;make;make
+ install incantation to build and install.
You can then add the applet to the panel by right-clicking
the panel and choosing the Add applet
@@ -2343,7 +2344,9 @@ skippedPaths = ~/somedir/∗.txt
The recoll_applet has a small text
window where you can type a &RCL; query (in query language
form), and an icon which can be used to restrict the search to
- certain types of files.
+ certain types of files. It is quite primitive, and launches a
+ new recoll GUI instance every time (even if it is already
+ running). You may find it useful anyway.