fix title in doc/faq

This commit is contained in:
capitaomorte 2009-07-25 12:18:22 +00:00
parent 65a91330e8
commit 17908a90cb
3 changed files with 7 additions and 7 deletions

View File

@ -489,7 +489,7 @@ valid candidates when the key is <tt class="docutils literal"><span class="pre">
<p>When there are multiple candidates, YASnippet will let you select <p>When there are multiple candidates, YASnippet will let you select
one. The UI for selecting multiple candidate can be one. The UI for selecting multiple candidate can be
customized. There're two variable related:</p> customized. There're two variable related:</p>
<p>From version 0.6 of YASnippet this has changed significantly. A <p>From version 0.6 of YASnippet this has changed significantly. A new
customization variable, called <tt class="docutils literal"><span class="pre">yas/prompt-functions</span></tt> defines your customization variable, called <tt class="docutils literal"><span class="pre">yas/prompt-functions</span></tt> defines your
preferred method of being prompted for snippets.</p> preferred method of being prompted for snippets.</p>
<p>You can customize it with <tt class="docutils literal"><span class="pre">M-x</span> <span class="pre">customize-variable</span> <span class="pre">RET</span> <p>You can customize it with <tt class="docutils literal"><span class="pre">M-x</span> <span class="pre">customize-variable</span> <span class="pre">RET</span>

View File

@ -4,19 +4,19 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" /> <meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
<title>How to define a snippet ?</title> <title>Frequently Asked Questions</title>
<meta name="author" content="pluskid" /> <meta name="author" content="pluskid" />
<meta name="date" content="2008-03-20" /> <meta name="date" content="2008-03-20" />
<link rel="stylesheet" href="styles.css" type="text/css" /> <link rel="stylesheet" href="styles.css" type="text/css" />
</head> </head>
<body> <body>
<div class="document" id="how-to-define-a-snippet"> <div class="document" id="frequently-asked-questions">
<div id="header-region" class="clear-block"></div> <div id="header-region" class="clear-block"></div>
<div id="wrapper"> <div id="wrapper">
<div id="container" class="clear-block"> <div id="container" class="clear-block">
<div id="header"> <div id="header">
<div id="logo-floater"> <div id="logo-floater">
<h1 class="title">How to define a snippet ?</h1> <h1 class="title">Frequently Asked Questions</h1>
</div> </div>
<ul class="primary-links"> <ul class="primary-links">
<li> <li>

View File

@ -1,6 +1,6 @@
========================= ==========================
How to define a snippet ? Frequently Asked Questions
========================= ==========================
:Author: pluskid :Author: pluskid
:Contact: pluskid@gmail.com :Contact: pluskid@gmail.com