mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-08 21:29:37 +00:00
Fixed a typo in bind-key.el
This commit is contained in:
parent
31ea42e15e
commit
bf6c23044b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
;; If you want the keybinding to override all minor modes that may also bind
|
;; If you want the keybinding to override all minor modes that may also bind
|
||||||
;; the same key, use the `bind-key*' form:
|
;; the same key, use the `bind-key*' form:
|
||||||
;;
|
;;
|
||||||
;; (bind*-key "<C-return>" 'other-window)
|
;; (bind-key* "<C-return>" 'other-window)
|
||||||
;;
|
;;
|
||||||
;; If you want to rebind a key only in a particular key, use:
|
;; If you want to rebind a key only in a particular key, use:
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue