aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2014-12-29 02:54:41 +0200
committerJuri Linkov2014-12-29 02:54:41 +0200
commitceed9dd191c6739489f4ba78d82c21e162f5e95d (patch)
tree1b0be0a782bd12ae1a4c0aac4b17eb26f7e2e1ed
parenta0ae3d7331f6126941f90c6b80c293685004e165 (diff)
downloademacs-ceed9dd191c6739489f4ba78d82c21e162f5e95d.tar.gz
emacs-ceed9dd191c6739489f4ba78d82c21e162f5e95d.zip
Small fixes in etc/grep.txt
-rw-r--r--etc/grep.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/grep.txt b/etc/grep.txt
index 523b1fa404c..b96a916f905 100644
--- a/etc/grep.txt
+++ b/etc/grep.txt
@@ -39,7 +39,7 @@ grep -nH --color=always -e "INFO tree" ../info/*
39 39
40* GNU grep 2.5.1 on lines starting with a number and colon 40* GNU grep 2.5.1 on lines starting with a number and colon
41 41
42grep -nH -e "Universal Time" ../lispref/* 42grep -nH --color=always -e "Universal Time" ../doc/lispref/*
43../lispref/os.texi:1010:0:00 January 1, 1970 UTC (Coordinated Universal Time) 43../lispref/os.texi:1010:0:00 January 1, 1970 UTC (Coordinated Universal Time)
44 44
45* GNU grep 2.5.1 with context lines 45* GNU grep 2.5.1 with context lines
@@ -78,8 +78,8 @@ bzr grep --color=always -in "org-element-map"
78lisp/org/org.el:21047: (org-element-map 78lisp/org/org.el:21047: (org-element-map
79 79
80* git-grep 80* git-grep
81 with `[diff "el"] xfuncname = "^(\\(.*)$"' in .gitconfig 81 with `[diff "lisp"] xfuncname = "^(\\(.*)$"' in .gitconfig
82 and `*.el diff=el' in .gitattributes 82 and `*.el diff=lisp' in .gitattributes
83 83
84git --no-pager grep -inH -p -e "org-element-map" 84git --no-pager grep -inH -p -e "org-element-map"
85lisp/org/org.el=20969=(defun org-fill-paragraph (&optional justify) 85lisp/org/org.el=20969=(defun org-fill-paragraph (&optional justify)