diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index f228921137c..2bc6a1843c4 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -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))