diff options
author | Chong Yidong <cyd@gnu.org> | 2012-12-21 10:56:18 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-12-21 10:56:18 +0800 |
commit | 6e55f03e36c38571ff69992db797c841110d6a1b (patch) | |
tree | 5c64a89345b175533327adc004f6d326f1532ecc /doc/lispref/customize.texi | |
parent | acc650b8065f34fe02f3a42b3e0335e287a66e18 (diff) | |
download | emacs-6e55f03e36c38571ff69992db797c841110d6a1b.tar.gz |
* customize.texi (Simple Types): Document key-sequence type.
Fixes: debbugs:13048
Diffstat (limited to 'doc/lispref/customize.texi')
-rw-r--r-- | doc/lispref/customize.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 14076fe9408..cb48f6f284e 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -618,6 +618,11 @@ you can specify that the value must be @code{nil} or @code{t}, but also specify the text to describe each value in a way that fits the specific meaning of the alternative. +@item key-sequence +The value is a key sequence. The customization buffer shows the key +sequence using the same syntax as the @kbd{kbd} function. @xref{Key +Sequences}. + @item coding-system The value must be a coding-system name, and you can do completion with @kbd{M-@key{TAB}}. |