summaryrefslogtreecommitdiffhomepage
path: root/lib/doc
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-24 04:46:45 +0000
committerjao <jao@gnu.org>2022-03-24 04:46:45 +0000
commit5639716fd17b37569ac203297f52b063df54a270 (patch)
tree09211f42fe1fd1be1bcd5760db01c930aa3b39e0 /lib/doc
parent57c931717dd9d446f2fd470f8aee06862c7cf67b (diff)
downloadelibs-5639716fd17b37569ac203297f52b063df54a270.tar.gz
elibs-5639716fd17b37569ac203297f52b063df54a270.tar.bz2
recoll improvements (transient)
Diffstat (limited to 'lib/doc')
-rw-r--r--lib/doc/jao-recoll.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/doc/jao-recoll.el b/lib/doc/jao-recoll.el
index 7c64c7d..0c781d9 100644
--- a/lib/doc/jao-recoll.el
+++ b/lib/doc/jao-recoll.el
@@ -1,6 +1,6 @@
;; jao-recoll.el -- Displaying recoll queries
-;; Copyright (c) 2017, 2020, 2021 Jose Antonio Ortega Ruiz
+;; Copyright (c) 2017, 2020, 2021, 2022 Jose Antonio Ortega Ruiz
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -37,12 +37,12 @@
(defvar jao-recoll--file-regexp
"\\(\\w+/\\w+\\)\t+\\[\\([^]]+\\)\\]\t+\\[\\([^]]+\\)\\].+")
-(defvar jao-recoll-flags "-A -p 5 -n 20")
+(defvar jao-recoll-flags "-A -p 5 -n 50")
;;;###autoload
(defun jao-recoll (keywords)
- "Performs a query using recoll and shows the results in a
-buffer using org mode."
+ "Performs a query using recoll and shows the results in a buffer
+using org mode."
(interactive "sRecoll query string: ")
(with-current-buffer (get-buffer-create (format "* Recoll: '%s' *" keywords))
(read-only-mode -1)