diff options
author | Noam Postavsky <npostavs@gmail.com> | 2016-06-25 13:12:11 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2016-06-25 13:12:11 -0400 |
commit | f2536958ec711b50a0cf8714defb921193ea8ae4 (patch) | |
tree | f576342fb42a489bd1683669e3ae01bf59fe12ef /doc | |
parent | 4395aaacd4195d3a5cca9df66cfea13380414a37 (diff) |
Update docs for `customize-mode'
* lisp/cus-edit.el (customize-mode): This function works with both major
and minor modes, make docstring and prompt reflect that (Bug #23649).
* doc/lispref/modes.texi (Derived Modes): Remove note about
customize-mode being experimental; it has been around since Emacs
22 (Bug #11299).
Co-authored-by: Drew Adams <drew.adams@oracle.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/modes.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 4c96e63bd7..32baa27147 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -794,10 +794,9 @@ if @var{parent} is @code{nil}. (Again, a @code{nil} value is @item :group If this is specified, the value should be the customization group for -this mode. (Not all major modes have one.) Only the (still -experimental and unadvertised) command @code{customize-mode} currently -uses this. @code{define-derived-mode} does @emph{not} automatically -define the specified customization group. +this mode. (Not all major modes have one.) The command +@code{customize-mode} uses this. @code{define-derived-mode} does +@emph{not} automatically define the specified customization group. @end table Here is a hypothetical example: |