summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/emacsclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emacsclient b/bin/emacsclient
index 4864efdd..02985596 100755
--- a/bin/emacsclient
+++ b/bin/emacsclient
@@ -230,7 +230,7 @@ if [ -z "$daemon_name" ] && $devel_running && $want_installed; then
gud_status \
|| fail "couldn't query gdbmacs for in-tree Emacs status; aborting"
# If in-tree Emacs appears wedged, just delete the socket and start up an
- # installed daemon. The idea is that I'll only type C-i E if I know
+ # installed daemon. The idea is that I'll only type C-i C-M-e if I know
# that's not just wedged but crashed, and I want to keep that state in gdb
# but get another primary daemon up in the meantime.
if [ "$gud_status" = t ]; then