summary refs log tree commit diff
path: root/README.org
diff options
context:
space:
mode:
authorArun Isaac2026-09-24 01:17:00 +0100
committerArun Isaac2026-09-24 01:17:00 +0100
commitad1ef24eb83aa98ed92007cf1fcf8286d18b6fa3 (patch)
treee9d9ce62f415f8e697de276051e0a548ba743267 /README.org
parentd62714d7f5d5ffe902930cd185bb6b99487847ff (diff)
downloadguile-xapian-ad1ef24eb83aa98ed92007cf1fcf8286d18b6fa3.tar.gz
guile-xapian-ad1ef24eb83aa98ed92007cf1fcf8286d18b6fa3.tar.lz
guile-xapian-ad1ef24eb83aa98ed92007cf1fcf8286d18b6fa3.zip
Do not escape quotes around "leather case".
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index eac04ec..600c59e 100644
--- a/README.org
+++ b/README.org
@@ -60,7 +60,7 @@ example searches.
 ./pre-inst-env guile examples/search.scm /tmp/db watch
 ./pre-inst-env guile examples/search.scm /tmp/db Dent watch
 ./pre-inst-env guile examples/search.scm /tmp/db title:sunwatch
-./pre-inst-env guile examples/search.scm /tmp/db description:\"leather case\" AND title:sundial
+./pre-inst-env guile examples/search.scm /tmp/db description:"leather case" AND title:sundial
 #+END_SRC
 
 * Download