]> code.delx.au - gnu-emacs/commitdiff
Small fixes in etc/grep.txt
authorJuri Linkov <juri@linkov.net>
Mon, 29 Dec 2014 00:54:41 +0000 (02:54 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 29 Dec 2014 00:54:41 +0000 (02:54 +0200)
etc/grep.txt

index 523b1fa404cb778324849fd359aa6ffc27c76b75..b96a916f905abf0a18a28a0cca62c2516604ec42 100644 (file)
@@ -39,7 +39,7 @@ grep -nH --color=always -e "INFO tree" ../info/*
 
 * GNU grep 2.5.1 on lines starting with a number and colon
 
-grep -nH -e "Universal Time" ../lispref/*
+grep -nH --color=always -e "Universal Time" ../doc/lispref/*
 ../lispref/os.texi:1010:0:00 January 1, 1970 UTC (Coordinated \e[01;31mUniversal Time\e[00m)
 
 * GNU grep 2.5.1 with context lines
@@ -78,8 +78,8 @@ bzr grep --color=always -in "org-element-map"
 \e[35mlisp/org/org.el\e[1;36m:\e[0m21047\e[1;36m:\e[0m                    (\e[1;31morg-element-map\e[0m
 
 * git-grep
-  with `[diff "el"] xfuncname = "^(\\(.*)$"' in .gitconfig
-  and `*.el diff=el' in .gitattributes
+  with `[diff "lisp"] xfuncname = "^(\\(.*)$"' in .gitconfig
+  and `*.el diff=lisp' in .gitattributes
 
 git --no-pager grep -inH -p -e "org-element-map"
 lisp/org/org.el\e[36m=\e[m20969\e[36m=\e[m(defun org-fill-paragraph (&optional justify)