]> code.delx.au - gnu-emacs/commitdiff
* customize.texi (Simple Types): Document key-sequence type.
authorChong Yidong <cyd@gnu.org>
Fri, 21 Dec 2012 02:56:18 +0000 (10:56 +0800)
committerChong Yidong <cyd@gnu.org>
Fri, 21 Dec 2012 02:56:18 +0000 (10:56 +0800)
Fixes: debbugs:13048
doc/lispref/ChangeLog
doc/lispref/customize.texi

index 9aeff403ec367a90c4ca67f8120e37b70b9b0b00..355ac4f91459c65c2921e5f8268de6b2a9abba9f 100644 (file)
@@ -1,3 +1,8 @@
+2012-12-21  Chong Yidong  <cyd@gnu.org>
+
+       * customize.texi (Simple Types): Document key-sequence type
+       (Bug#13048).
+
 2012-12-15  Chong Yidong  <cyd@gnu.org>
 
        * strings.texi (Text Comparison): Doc fix for compare-strings.
index 14076fe940874babff1823d716e514d08e7a5940..cb48f6f284ea08cff147ac575ebfd69ace561178 100644 (file)
@@ -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}}.