diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-21 11:19:04 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-21 11:19:04 +0100 |
commit | cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc (patch) | |
tree | 49d76ec7b8201a96b5d12e6f5db09d8b93bdf155 /doc/misc/vhdl-mode.texi | |
parent | e56dd354c751ee67d0012a0209b769246207d74c (diff) | |
download | emacs-cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc.tar.gz emacs-cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc.tar.bz2 emacs-cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc.zip |
; Fix spelling; be consistent with "key binding" (Bug#52674)
Diffstat (limited to 'doc/misc/vhdl-mode.texi')
-rw-r--r-- | doc/misc/vhdl-mode.texi | 2 |
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) ) |