all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* typo in allout.el
@ 2003-10-14 21:22 Vadim Nasardinov
  0 siblings, 0 replies; only message in thread
From: Vadim Nasardinov @ 2003-10-14 21:22 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-14 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-14 21:22 typo in allout.el Vadim Nasardinov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.