Difference between revisions of "Template:Variable"
Jump to navigation
Jump to search
PhilHudson (talk | contribs) m |
|||
Line 1: | Line 1: | ||
− | + | <includeonly><tt>{{{1}}}</tt></includeonly><noinclude> | |
+ | |||
+ | == Usage == | ||
+ | |||
+ | Refer to a variable. | ||
+ | |||
+ | <pre>{{Variable|auto-mode-alist}}</pre> will be rendered as {{Variable|auto-mode-alist}}. | ||
+ | |||
+ | [[Category:Emacs Wiki Templates]] | ||
+ | </noinclude> |
Revision as of 14:03, 31 March 2012
Usage
Refer to a variable.
{{Variable|auto-mode-alist}}
will be rendered as auto-mode-alist.