From 7800bea8572fb8e8b02fc8de1926f73124d2f137 Mon Sep 17 00:00:00 2001 From: Karl Voit Date: Mon, 2 Jan 2017 20:22:46 +0100 Subject: [PATCH] filenametimestamps: fixed a script error in docu --- docs/memacs_filenametimestamps.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/memacs_filenametimestamps.org b/docs/memacs_filenametimestamps.org index e1a378f..571e306 100644 --- a/docs/memacs_filenametimestamps.org +++ b/docs/memacs_filenametimestamps.org @@ -1,4 +1,4 @@ -## Time-stamp: <2017-01-02 11:13:43 vk> +## Time-stamp: <2017-01-02 20:22:41 vk> ## This file is best viewed with GNU Emacs Org-mode: http://orgmode.org/ * memacs-filenametimestamps @@ -109,9 +109,9 @@ It explains following code: (s-trim (shell-command-to-string (concat - "grep " + "grep \"" querystring - " " + "\" " (concat memacs-root memacs-file-pattern)))) "\n" t))) ;; check length of list (number of lines)