From 6e55f03e36c38571ff69992db797c841110d6a1b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 21 Dec 2012 10:56:18 +0800 Subject: [PATCH] * customize.texi (Simple Types): Document key-sequence type. Fixes: debbugs:13048 --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/customize.texi | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 9aeff403ec..355ac4f914 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2012-12-21 Chong Yidong + + * customize.texi (Simple Types): Document key-sequence type + (Bug#13048). + 2012-12-15 Chong Yidong * strings.texi (Text Comparison): Doc fix for compare-strings. diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 14076fe940..cb48f6f284 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}}. -- 2.39.2