Skip to content

Commit

Permalink
filenametimestamps: fixed a script error in docu
Browse files Browse the repository at this point in the history
  • Loading branch information
novoid committed Jan 2, 2017
1 parent 424ec4e commit 7800bea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7800bea

Please sign in to comment.