1
0
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:
Richard M. Stallman 1993-02-10 06:45:33 +00:00
parent 945807a338
commit 23d46cf89e

View File

@ -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)