Difference between revisions of "Template:Function"

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

Latest revision as of 01:14, 4 April 2012


Usage

Refer to an elisp function.

{{Function|mapcar}}

will be rendered as mapcar.