Variable: allout-structure-unruly-deletion-message
allout-structure-unruly-deletion-message is a variable defined in
allout-widgets.el.gz.
Value
"Unruly edit prevented --\nTo change the bullet character: \\[allout-rebullet-current-heading]\nTo promote this item: \\[allout-shift-out]\nTo demote it: \\[allout-shift-in]\nTo delete it and offspring: \\[allout-kill-topic]\nSee \\[describe-mode] for many more options."
Documentation
Informative message presented on improper editing of outline structure.
The structure includes the guides lines, bullet, and bullet cue.
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ = allout-structure-unruly-deletion-message
(defvar allout-structure-unruly-deletion-message
"Unruly edit prevented --
To change the bullet character: \\[allout-rebullet-current-heading]
To promote this item: \\[allout-shift-out]
To demote it: \\[allout-shift-in]
To delete it and offspring: \\[allout-kill-topic]
See \\[describe-mode] for many more options."
"Informative message presented on improper editing of outline structure.
The structure includes the guides lines, bullet, and bullet cue.")