From cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 21 Dec 2021 11:19:04 +0100 Subject: ; Fix spelling; be consistent with "key binding" (Bug#52674) --- doc/misc/vhdl-mode.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/misc/vhdl-mode.texi') diff --git a/doc/misc/vhdl-mode.texi b/doc/misc/vhdl-mode.texi index 7022582db51..baa27179f88 100644 --- a/doc/misc/vhdl-mode.texi +++ b/doc/misc/vhdl-mode.texi @@ -928,7 +928,7 @@ If you want to customize indentation, here you go: (setq tab-width 8 ;; this will make sure spaces are used instead of tabs indent-tabs-mode nil) - ;; keybindings for VHDL are put in vhdl-mode-map + ;; key bindings for VHDL are put in vhdl-mode-map (define-key vhdl-mode-map "\C-m" 'newline-and-indent) ) -- cgit v1.2.3