]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/locale/en-US/repeat.xml
Imported Upstream version 1.1+hg7904
[dactyl.git] / common / locale / en-US / repeat.xml
index f977e0cb24a6453aee2a2b7e650c41addfb0da08..b4cf84847521ec0330869f66936f19002ecab201 100644 (file)
 <item>
     <tags>&lt;record-macro> q</tags>
     <strut/>
-    <spec>q<a>0-9a-zA-Z</a></spec>
+    <spec>q<a>a-zA-Z</a></spec>
     <description>
         <p>
             Record a key sequence as a macro. Available macros are
-            <a>0-9a-zA-Z</a>. If the macro is an uppercase letter, the
+            <a>a-zA-Z</a>. If the macro is an uppercase letter, the
             recorded keys are appended to the lowercase macro of the same
             name. Typing <k>q</k> again stops the recording.
         </p>
 
 <item>
     <tags>&lt;play-macro> @</tags>
-    <spec><oa>count</oa>@<a>a-z0-9</a></spec>
+    <spec><oa>count</oa>@<a>a-z</a></spec>
     <description>
         <p>
-            Plays the contents of macro with name <a>a-z0-9</a> <oa>count</oa>
+            Plays the contents of macro with name <a>a-z</a> <oa>count</oa>
             times.
         </p>
     </description>
         <p>
             In addition to its own JavaScript context, each script is executed
             with its own default <link topic="groups">group</link> into which
-            its styles, mappings, commands, and autocommands are placed. This
-            means that commands such as <ex>:delcommand!</ex> can be issued
-            without fear of trampling other user-defined mappings. The command
-            <ex>:group! default</ex> can be issued to clear all such items at
-            once, and should be placed at the head of most scripts to prevent
-            the accumulation of stale items when the script is re-sourced.
+            its styles, mappings, commands, abbreviations and autocommands are
+            placed. This means that commands such as <ex>:delcommand!</ex> can
+            be issued without fear of trampling other user-defined mappings.
+            The command <ex>:group! default</ex> can be issued to clear all
+            such items at once, and should be placed at the head of most
+            scripts to prevent the accumulation of stale items when the script
+            is re-sourced.
         </p>
 
         <h3 tag=":source-css">Cascading Stylesheets</h3>