mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(set-gosmacs-bindings): Fix binding of \eh.
This commit is contained in:
parent
945807a338
commit
23d46cf89e
@ -53,7 +53,7 @@ Use \\[set-gnu-bindings] to restore previous global bindings."
|
||||
("\e(" backward-paragraph)
|
||||
("\e)" forward-paragraph)
|
||||
("\e?" apropos)
|
||||
("\eh" delete-previous-word)
|
||||
("\eh" backward-kill-word)
|
||||
("\ej" indent-sexp)
|
||||
("\eq" query-replace)
|
||||
("\er" replace-string)
|
||||
|
Loading…
Reference in New Issue
Block a user