Difference between revisions of "Template:Function"

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