summaryrefslogtreecommitdiff
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 1f62146c1cf..af62e93109b 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -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 ...