Difference between revisions of "Template:Command"

From WikEmacs
Jump to navigation Jump to search
m
(usage)
Line 1: Line 1:
<noinclude>
+
<includeonly>'''<tt>M-x {{{1}}}</tt>'''</includeonly><noinclude>
 +
 
 
== Usage ==
 
== Usage ==
 
Show a command.
 
Show a command.
 
<pre>{{Command|find-file}}</pre> will be rendered as: {{Command|find-file}}
 
<pre>{{Command|find-file}}</pre> will be rendered as: {{Command|find-file}}
 
</noinclude>
 
</noinclude>
<includeonly>'''<tt>M-x {{{1}}}</tt>'''</includeonly>
 

Revision as of 17:38, 29 March 2012


Usage

Show a command.

{{Command|find-file}}

will be rendered as: M-x find-file