* doc/lispref/processes.texi (Shell Arguments): Prefer diff -u.
This commit is contained in:
parent
845cb4a2ce
commit
b16cdc2782
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ Here's an example of using @code{shell-quote-argument} to construct
|
|||
a shell command:
|
||||
|
||||
@example
|
||||
(concat "diff -c "
|
||||
(concat "diff -u "
|
||||
(shell-quote-argument oldfile)
|
||||
" "
|
||||
(shell-quote-argument newfile))
|
||||
|
|
Loading…
Add table
Reference in a new issue