Difference between revisions of "Template:Manual"
Jump to navigation
Jump to search
m |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [http://www.gnu.org/software/emacs/manual/html_node/{{{1}}}/{{{2}}}.html#{{{2}}} {{{3}}}] (`(info "({{{1}}}) {{{3}}}")') | + | <includeonly>[http://www.gnu.org/software/emacs/manual/html_node/{{{1}}}/{{{2}}}.html#{{{2}}} {{{3}}}] (`(info "({{{1}}}) {{{3}}}")')</includeonly><noinclude> |
+ | |||
+ | == Usage == | ||
+ | Refer to a manual entry, providing a link to the online manual and a lisp snippet that can be evaluated to read the manual entry locally. | ||
+ | <pre>{{Manual|emacs|Major-Mode|Major Mode}}</pre> will be rendered as: {{Manual|emacs|Major-Mode|Major Mode}} | ||
+ | |||
+ | [[Category:Templates]] | ||
+ | [[Category:External Link Templates]] | ||
+ | </noinclude> |
Latest revision as of 01:14, 4 April 2012
Usage
Refer to a manual entry, providing a link to the online manual and a lisp snippet that can be evaluated to read the manual entry locally.
{{Manual|emacs|Major-Mode|Major Mode}}
will be rendered as: Major Mode (`(info "(emacs) Major Mode")')