Difference between revisions of "Template:Function"

From WikEmacs
Jump to navigation Jump to search
(Created page with "'''{{{1}}}'")
 
m
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''{{{1}}}'
+
<includeonly><span title="{{{`2'|Try `C-h f {{{1}}}' for more information.}}}" style="border-bottom:1px dotted">'''''{{{1}}}'''''</span></includeonly><noinclude>
 +
 
 +
== Usage ==
 +
 
 +
Refer to an elisp function.
 +
 
 +
<pre>{{Function|mapcar}}</pre> will be rendered as {{Function|mapcar}}.
 +
 
 +
[[Category:Templates]]
 +
</noinclude>

Latest revision as of 01:14, 4 April 2012


Usage

Refer to an elisp function.

{{Function|mapcar}}

will be rendered as mapcar.