diff options
Diffstat (limited to 'lib/doc')
-rw-r--r-- | lib/doc/jao-recoll.el | 8 |
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) |