emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ceed9dd: Small fixes in etc/grep.txt


From: Juri Linkov
Subject: [Emacs-diffs] master ceed9dd: Small fixes in etc/grep.txt
Date: Mon, 29 Dec 2014 00:54:46 +0000

branch: master
commit ceed9dd191c6739489f4ba78d82c21e162f5e95d
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    Small fixes in etc/grep.txt
---
 etc/grep.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/grep.txt b/etc/grep.txt
index 523b1fa..b96a916 100644
--- a/etc/grep.txt
+++ b/etc/grep.txt
@@ -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 
Universal Time)
 
 * GNU grep 2.5.1 with context lines
@@ -78,8 +78,8 @@ bzr grep --color=always -in "org-element-map"
 lisp/org/org.el:21047:                    
(org-element-map
 
 * 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=20969=(defun org-fill-paragraph (&optional 
justify)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]