texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] Changes to texi2html/Tests/xemacs_frame_res/xemacs_5.htm


From: Patrice Dumas
Subject: [Texi2html-cvs] Changes to texi2html/Tests/xemacs_frame_res/xemacs_5.html
Date: Tue, 23 Aug 2005 19:52:48 -0400

Index: texi2html/Tests/xemacs_frame_res/xemacs_5.html
diff -u texi2html/Tests/xemacs_frame_res/xemacs_5.html:1.21 
texi2html/Tests/xemacs_frame_res/xemacs_5.html:1.22
--- texi2html/Tests/xemacs_frame_res/xemacs_5.html:1.21 Tue Aug  9 17:19:26 2005
+++ texi2html/Tests/xemacs_frame_res/xemacs_5.html      Tue Aug 23 23:51:17 2005
@@ -458,7 +458,7 @@
         add Mod2 = Super_L
 </pre></td></tr></table>
 <p>The first line says that the key that is currently called 
<code>Caps_Lock</code>
-should no longer behave as a &quot;lock&quot; key.  The second line says that
+should no longer behave as a &ldquo;lock&rdquo; key.  The second line says that
 this should now be called <code>Super_L</code> instead.  The third line says 
that 
 the key called <code>Super_L</code> should be a modifier key, which produces 
the
 <code>Mod2</code> modifier.
@@ -668,7 +668,7 @@
 sequences you can bind commands to.  See section <a 
href="xemacs_30.html#SEC368">Keymaps</a>, for information on
 creating keymaps.
 </p>
-<p>  When we say  &quot;<kbd>C-n</kbd> moves down vertically one line&quot; we 
are
+<p>  When we say  &ldquo;<kbd>C-n</kbd> moves down vertically one line&rdquo; 
we are
 glossing over a distinction that is irrelevant in ordinary use but is
 vital in understanding how to customize Emacs.  The function
 <code>next-line</code> is programmed to move down vertically.  <kbd>C-n</kbd>
@@ -681,15 +681,15 @@
 things simple.  To give the customizer the information needed, we often
 state the name of the command that really does the work in parentheses
 after mentioning the key that runs it.  For example, we will say that
-&quot;The command <kbd>C-n</kbd> (<code>next-line</code>) moves point 
vertically
-down,&quot; meaning that <code>next-line</code> is a command that moves 
vertically
+&ldquo;The command <kbd>C-n</kbd> (<code>next-line</code>) moves point 
vertically
+down,&rdquo; meaning that <code>next-line</code> is a command that moves 
vertically
 down and <kbd>C-n</kbd> is a key that is standardly bound to it.
 </p>
 <a name="IDX44"></a>
 <p>  While we are on the subject of information for customization only,
 it's a good time to tell you about <em>variables</em>.  Often the
-description of a command will say, &quot;To change this, set the variable
-<code>mumble-foo</code>.&quot;  A variable is a name used to remember a value.
+description of a command will say, &ldquo;To change this, set the variable
+<code>mumble-foo</code>.&rdquo;  A variable is a name used to remember a value.
 Most of the variables documented in this manual exist just to facilitate
 customization: some command or other part of Emacs uses the variable
 and behaves differently depending on its setting.  Until you are interested in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]