Difference between revisions of "Template:CustomizeVariable"
Jump to navigation
Jump to search
(usage) |
m (category) |
||
| Line 4: | Line 4: | ||
Show how to customize a variable. | Show how to customize a variable. | ||
<pre>{{CustomizeVariable|auto-mode-alist}}</pre> will be rendered as: {{CustomizeVariable|auto-mode-alist}} | <pre>{{CustomizeVariable|auto-mode-alist}}</pre> will be rendered as: {{CustomizeVariable|auto-mode-alist}} | ||
| + | |||
| + | [[Category:Emacs Wiki Templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 19:01, 30 March 2012
Usage
Show how to customize a variable.
{{CustomizeVariable|auto-mode-alist}}will be rendered as: M-x customize-variable RET auto-mode-alist