outline-minor-mode-prefix is a key sequence, not a string
* lisp/outline.el (outline-minor-mode-prefix): Fix the type (bug#41072).
This commit is contained in:
parent
50dd037338
commit
8264e8deaf
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ Turning on outline mode calls the value of `text-mode-hook' and then of
|
|||
"Prefix key to use for Outline commands in Outline minor mode.
|
||||
The value of this variable is checked as part of loading Outline mode.
|
||||
After that, changing the prefix key requires manipulating keymaps."
|
||||
:type 'string
|
||||
:type 'key-sequence
|
||||
:group 'outlines
|
||||
:set (lambda (sym val)
|
||||
(define-key outline-minor-mode-map outline-minor-mode-prefix nil)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue