Difference between revisions of "Template:Function"

From WikEmacs
Jump to navigation Jump to search
(Add to category of Emacs Wiki Templates)
Line 1: Line 1:
'''''&lsquo;{{{1}}}&rsquo; (C-h f {{{1}}} RET)'''''<noinclude>
+
'''''&lsquo;{{{1}}}&rsquo;'''''<noinclude>
 +
 
 +
== Usage ==
 +
 
 +
Refer to an elisp function.
 +
 
 +
<pre>{{Function|mapcar}}</pre> will be rendered as {{Function|mapcar}}..
 +
 
 
[[Category:Emacs Wiki Templates]]
 
[[Category:Emacs Wiki Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 14:01, 31 March 2012

‘{{{1}}}’

Usage

Refer to an elisp function.

{{Function|mapcar}}

will be rendered as ‘mapcar’..