summaryrefslogtreecommitdiff
path: root/bin/emacsclient
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-06-27 08:37:01 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-06-27 08:37:09 +0100
commit12a5c36db780f9113afb0e5ab91b2660b7f0d6d2 (patch)
tree88117f1d228bc241dbbe634a7297472ea81206b6 /bin/emacsclient
parentfb758432343a87ddb8d34b0de29bf7f16904b1cd (diff)
downloaddotfiles-12a5c36db780f9113afb0e5ab91b2660b7f0d6d2.tar.gz
update binding
Diffstat (limited to 'bin/emacsclient')
-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