all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Duplication in doc string with customize-group
@ 2008-04-06  3:49 Nick Roberts
  0 siblings, 0 replies; only message in thread
From: Nick Roberts @ 2008-04-06  3:49 UTC (permalink / raw)
  To: emacs-devel


The group doc strings in the customize buffer appear to currently
be  duplicated.

e.g. doing 
M-x customize-group<RET>
Customize group (default emacs): gud<RET>

previously (EMACS_22_BASE) gave:

/- Gud group: -----------------------------------------------------------\
      State: visible group members are all at standard values.
   Grand Unified Debugger mode for gdb and other debuggers under Emacs. Hide Rest
Supported debuggers include gdb, sdb, dbx, xdb, perldb, pdb (Python) and jdb.


but currently gives:

/- Gud group: Grand Unified Debugger mode for gdb and other debuggers under Emacs.
Supported debuggers include gdb, sdb, dbx, xdb, perldb, pdb (Python) and jdb.\
      State: something in this group has been changed outside customize.
   Grand Unified Debugger mode for gdb and other debuggers under Emacs. Hide Rest
Supported debuggers include gdb, sdb, dbx, xdb, perldb, pdb (Python) and jdb.


which I think is due to this line in custom-group-value-create in cus-edit.el

1.322        (cyd      05-Jul-07): 	   (insert (widget-docstring widget))


-- 
Nick                                           http://www.inet.net.nz/~nickrob




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

only message in thread, other threads:[~2008-04-06  3:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-06  3:49 Duplication in doc string with customize-group Nick Roberts

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.