branch: elpa/with-editor commit 4e6282df06f90f9887d4bd8a04320e03111c3219 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
manual: Regenerate texi --- docs/with-editor.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/with-editor.texi b/docs/with-editor.texi index 7be9c358a6..f613f67eea 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'"