summaryrefslogtreecommitdiff
path: root/specs/keysyms.xml
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-28 09:43:04 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-28 09:43:04 -0700
commit2fc4719ba4f122ce5604d693442fa041114526ac (patch)
tree1a162b156d9d96b5786b3b1367f08436e72b7ab4 /specs/keysyms.xml
parent9bbb6e3f835219110ec0f7bd72ba7fa92974bae8 (diff)
spec: Markup VoidSymbol and NoSymbol with <keysym> instead of <emphasis>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/keysyms.xml')
-rw-r--r--specs/keysyms.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/specs/keysyms.xml b/specs/keysyms.xml
index 0b457ae..58e3f2a 100644
--- a/specs/keysyms.xml
+++ b/specs/keysyms.xml
@@ -40,9 +40,9 @@ There are six categories of KEYSYM values.
<title>Special KEYSYMs</title>
<para>
There are two special values:
-<emphasis role='bold'>NoSymbol</emphasis>
+<keysym>NoSymbol</keysym>
and
-<emphasis role='bold'>VoidSymbol</emphasis>.
+<keysym>VoidSymbol</keysym>.
They are used to indicate the absence of symbols (see
<link linkend="keyboards">Section 5, Keyboards</link>).
</para>
@@ -72,7 +72,7 @@ They are used to indicate the absence of symbols (see
<entry>0</entry>
<entry>0</entry>
<entry>#x00000000</entry>
- <entry><emphasis role='bold'>NoSymbol</emphasis></entry>
+ <entry><keysym>NoSymbol</keysym></entry>
</row>
<row rowsep="0">
<entry>0</entry>
@@ -80,7 +80,7 @@ They are used to indicate the absence of symbols (see
<entry>255</entry>
<entry>255</entry>
<entry>#x00FFFFFF</entry>
- <entry><emphasis role='bold'>VoidSymbol</emphasis></entry>
+ <entry><keysym>VoidSymbol</keysym></entry>
</row>
</tbody>
</tgroup>