summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/with-editor.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index 7be9c35..f613f67 100644
--- a/docs/with-editor.texi
+++ b/docs/with-editor.texi
@@ -178,7 +178,7 @@ implementation:
@lisp
"sh -c '\
-echo \"WITH-EDITOR: $$ OPEN $0 IN $(pwd)\"; \
+echo \"WITH-EDITOR: $$ OPEN $0$1 IN $(pwd)\"; \
trap \"exit 0\" USR1; \
trap \"exit 1\" USR2; \
while true; do sleep 1; done'"