diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-05-02 23:26:58 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-05-02 23:26:58 +0000 |
commit | c98fe76ff2714f03ce8b943505daf165cf82a6a4 (patch) | |
tree | d8902e817e783c1f544868bb966efcb81a00c593 /lisp/allout.el | |
parent | 0f7a5fda790a610fe0365479eed19b6a92a13092 (diff) | |
download | emacs-c98fe76ff2714f03ce8b943505daf165cf82a6a4.tar.gz |
(outline-rebullet-current-heading): Change to C-c *.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 58a286d1161..05d99cc889a 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -349,7 +349,7 @@ will be used as is.") (">" outline-shift-in) ("<" outline-shift-out) ("\C-m" outline-rebullet-topic) - ("b" outline-rebullet-current-heading) + ("*" outline-rebullet-current-heading) ("#" outline-number-siblings) ("\C-k" outline-kill-line t) ("\C-y" outline-yank t) @@ -886,7 +886,7 @@ C-c < outline-shift-out ... less deep. C-c<CR> outline-rebullet-topic Reconcile bullets of topic and its' offspring - distinctive bullets are not changed, others alternated according to nesting depth. -C-c b outline-rebullet-current-heading Prompt for alternate bullet for +C-c * outline-rebullet-current-heading Prompt for alternate bullet for current topic. C-c # outline-number-siblings Number bullets of topic and siblings - the offspring are not affected. With repeat |