]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/PROBLEMS: Minor clarification of a recent entry.
authorStefan Kangas <stefan@marxist.se>
Sun, 7 Nov 2021 17:32:28 +0000 (18:32 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 7 Nov 2021 17:32:28 +0000 (18:32 +0100)
etc/PROBLEMS

index 2e3f70ae11741c78b459eaefa7c2c1ae133e3954..372a524e7ddc1bf08827305d4160aac5aff3537c 100644 (file)
@@ -185,8 +185,8 @@ is buggy, and errors out trying to start a subprocess through
 Bubblewrap sandboxing.  You can avoid the crash by setting the
 environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will
 make WebKit use GLib to launch subprocesses instead.  For example,
-invoke Emacs like this (where "..." stands for the command-line
-arguments you need to pass to Emacs):
+invoke Emacs like this (where "..." stands for the other command-line
+arguments you intend to pass to Emacs):
 
   $ SNAP=1 SNAP_NAME=1 SNAP_REVISION=1 emacs ...