aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/processes.texi2
1 files changed, 1 insertions, 1 deletions
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
196a shell command: 196a shell command:
197 197
198@example 198@example
199(concat "diff -c " 199(concat "diff -u "
200 (shell-quote-argument oldfile) 200 (shell-quote-argument oldfile)
201 " " 201 " "
202 (shell-quote-argument newfile)) 202 (shell-quote-argument newfile))