Break long line in core-toggle.el

This commit is contained in:
Eivind Fonn 2016-05-06 13:44:49 +02:00
parent 76610294a7
commit 78f11f4493
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ Avaiblabe PROPS:
STRING describes what the toggle does.
`:prefix SYMBOL'
SYMBOL is bound to the raw value of prefix-arg (same as calling (interactive \"P\")) in the wrapper function.
SYMBOL is bound to the raw value of prefix-arg (same as calling
(interactive \"P\")) in the wrapper function.
`:on-message EXPRESSION'
EXPRESSION is evaluated and displayed when the \"on\" toggle is activated.