summaryrefslogtreecommitdiff
path: root/doc/misc/vhdl-mode.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-21 11:19:04 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-21 11:19:04 +0100
commitcf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc (patch)
tree49d76ec7b8201a96b5d12e6f5db09d8b93bdf155 /doc/misc/vhdl-mode.texi
parente56dd354c751ee67d0012a0209b769246207d74c (diff)
downloademacs-cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc.tar.gz
; Fix spelling; be consistent with "key binding" (Bug#52674)
Diffstat (limited to 'doc/misc/vhdl-mode.texi')
-rw-r--r--doc/misc/vhdl-mode.texi2
1 files changed, 1 insertions, 1 deletions
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)
)