bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in allout.el


From: Vadim Nasardinov
Subject: typo in allout.el
Date: Tue, 14 Oct 2003 17:22:11 -0400
User-agent: KMail/1.4.1

I have a minor buglet to report that doesn't seem to have been
mentioned yet. (I searched
http://mail.gnu.org/archive/cgi-bin/namazu.cgi?query=allout&idxname=bug-gnu-emacs)

The documentation string for the allout-mode function in
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/allout.el has
the following typo.

The doc string for the allout-mode function says,

 C-c b   allout-rebullet-current-heading Prompt for alternate bullet for
         current topic.

This is at odds with the value of allout-keybindings-list, where the
binding is specified by the following list:

 ("*" allout-rebullet-current-heading)


The patch for this is a one-character change:

Index: allout.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/allout.el,v
retrieving revision 1.44
diff -u -r1.44 allout.el
--- allout.el   1 Sep 2003 15:45:04 -0000       1.44
+++ allout.el   14 Oct 2003 21:15:49 -0000
@@ -1079,7 +1079,7 @@
 C-c<CR>        allout-rebullet-topic   Reconcile bullets of topic and its 
offspring
                                - distinctive bullets are not changed, others
                                  alternated according to nesting depth.
-C-c b  allout-rebullet-current-heading Prompt for alternate bullet for
+C-c *  allout-rebullet-current-heading Prompt for alternate bullet for
                                         current topic.
 C-c #  allout-number-siblings  Number bullets of topic and siblings - the
                                offspring are not affected.  With repeat





reply via email to

[Prev in Thread] Current Thread [Next in Thread]