Difference between revisions of "Template:Function"

From WikEmacs
Jump to navigation Jump to search
(Added RET to C-h f ...)
m
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''''‘{{{1}}}’ (C-h f {{{1}}} RET)'''''
+
<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.