[release-notes/gnome-3-30: 19/21] Convert <cmd> to <code> tags



commit 0f66a5cfbf62e1ca677d9a96f015c2c913fb611a
Author: Link Dupont <link sub-pop net>
Date:   Mon Aug 13 09:03:09 2018 -0700

    Convert <cmd> to <code> tags

 help/C/developers.page | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index 7e2d7d6c..77070980 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -31,8 +31,8 @@
     <p>A new stable release of GTK+ is now available. While most effort has been focused on GTK+ 4, some 
valuable features were recently backported into a GTK+ 3.24 release. These include:</p>
     <list>
       <item><p>The font chooser now allows more advanced control over OpenType font features, including 
adjusting height and width of variable fonts directly to create custom variants. Not only that, examples are 
displayed in real time as the features are altered.</p></item>
-      <item><p>A new Emoji completion popup can be enabled by setting the <cmd>enable-emoji-completion</cmd> 
property. The current <cmd>Control-Shift-E</cmd> shortcut will no longer function.</p></item>
-      <item><p>Three new <cmd>GtkEventController</cmd> subclasses are now available, allowing more 
fine-grained control over input events: <cmd>GtkEventControllerKey</cmd>, 
<cmd>GtkEventControllerMotion</cmd>, and <cmd>GtkEventControllerScroll</cmd>.</p></item>
+      <item><p>A new Emoji completion popup can be enabled by setting the 
<code>enable-emoji-completion</code> property on your <code>GtkEntry</code> widgets. The current 
<cmd>Control-Shift-E</cmd> shortcut will no longer function.</p></item>
+      <item><p>Three new <code>GtkEventController</code> subclasses are now available, allowing more 
fine-grained control over input events: <code>GtkEventControllerKey</code>, 
<code>GtkEventControllerMotion</code>, and <code>GtkEventControllerScroll</code>.</p></item>
     </list>
   </section>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]