mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 19:59:38 +00:00
; Minor doc fixes in bind-key.el
* lisp/use-package/bind-key.el (bind-key-segregation-regexp) (bind-key): Minor doc fixes.
This commit is contained in:
parent
15fb115551
commit
b9fa81514f
1 changed files with 4 additions and 5 deletions
|
@ -115,8 +115,7 @@
|
||||||
|
|
||||||
(defcustom bind-key-segregation-regexp
|
(defcustom bind-key-segregation-regexp
|
||||||
"\\`\\(\\(C-[chx] \\|M-[gso] \\)\\([CM]-\\)?\\|.+-\\)"
|
"\\`\\(\\(C-[chx] \\|M-[gso] \\)\\([CM]-\\)?\\|.+-\\)"
|
||||||
"Regular expression used to divide key sets in the output from
|
"Regexp used by \\[describe-personal-keybindings] to divide key sets."
|
||||||
\\[describe-personal-keybindings]."
|
|
||||||
:type 'regexp
|
:type 'regexp
|
||||||
:group 'bind-key)
|
:group 'bind-key)
|
||||||
|
|
||||||
|
@ -161,9 +160,9 @@ Elements have the form ((KEY . [MAP]) CMD ORIGINAL-CMD)")
|
||||||
"Bind KEY-NAME to COMMAND in KEYMAP (`global-map' if not passed).
|
"Bind KEY-NAME to COMMAND in KEYMAP (`global-map' if not passed).
|
||||||
|
|
||||||
KEY-NAME may be a vector, in which case it is passed straight to
|
KEY-NAME may be a vector, in which case it is passed straight to
|
||||||
`define-key'. Or it may be a string to be interpreted as
|
`define-key'. Or it may be a string to be interpreted as
|
||||||
spelled-out keystrokes, e.g., `C-c C-z'. See documentation of
|
spelled-out keystrokes, e.g., \"C-c C-z\". See the documentation
|
||||||
`edmacro-mode' for details.
|
of `edmacro-mode' for details.
|
||||||
|
|
||||||
COMMAND must be an interactive function or lambda form.
|
COMMAND must be an interactive function or lambda form.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue