Difference between revisions of "Template:Function"
Jump to navigation
Jump to search
(Add to category of Emacs Wiki Templates) |
|||
Line 1: | Line 1: | ||
− | '''''‘{{{1}}}’ | + | '''''‘{{{1}}}’'''''<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’..