diff --git a/faq.html b/faq.html index bd48b66..3a3149d 100644 --- a/faq.html +++ b/faq.html @@ -7,7 +7,7 @@ - + @@ -380,7 +380,7 @@ directive:
Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T19:38+0000 from 582e3680b66a62f304034376516207c006f77fe4 +
Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T23:44-0500 from 0a9885eb627303b2841fbd364176ea4811646303
diff --git a/index.html b/index.html index 3988560..d669229 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + @@ -182,7 +182,7 @@ for the JavaScript code in this tag.Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T19:38+0000 from 582e3680b66a62f304034376516207c006f77fe4 +
Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T23:44-0500 from 0a9885eb627303b2841fbd364176ea4811646303
diff --git a/snippet-development.html b/snippet-development.html index c8bb17b..681c00c 100644 --- a/snippet-development.html +++ b/snippet-development.html @@ -7,7 +7,7 @@ - + @@ -828,7 +828,7 @@ performs the normal Emacsdelete-char
command.
Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T19:38+0000 from 582e3680b66a62f304034376516207c006f77fe4 +
Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T23:44-0500 from 0a9885eb627303b2841fbd364176ea4811646303
diff --git a/snippet-expansion.html b/snippet-expansion.html index 84d804f..e200865 100644 --- a/snippet-expansion.html +++ b/snippet-expansion.html @@ -7,7 +7,7 @@ - + @@ -621,7 +621,7 @@ See the documentation on variable -Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T19:38+0000 from 582e3680b66a62f304034376516207c006f77fe4 +
Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T23:44-0500 from 0a9885eb627303b2841fbd364176ea4811646303
diff --git a/snippet-menu.html b/snippet-menu.html index 00e83e0..826d0cd 100644 --- a/snippet-menu.html +++ b/snippet-menu.html @@ -7,7 +7,7 @@ - + @@ -257,7 +257,7 @@ variables.Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T19:38+0000 from 582e3680b66a62f304034376516207c006f77fe4 +
Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T23:44-0500 from 0a9885eb627303b2841fbd364176ea4811646303
diff --git a/snippet-organization.html b/snippet-organization.html index cd7158d..349d597 100644 --- a/snippet-organization.html +++ b/snippet-organization.html @@ -7,7 +7,7 @@ - + @@ -367,7 +367,7 @@ ruby-mode/Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T19:38+0000 from 582e3680b66a62f304034376516207c006f77fe4 +
Generated by Org version 7.9.3f with Emacs version 24 on 2013-12-02T23:44-0500 from 0a9885eb627303b2841fbd364176ea4811646303
diff --git a/snippet-reference.html b/snippet-reference.html index 4134673..6524127 100644 --- a/snippet-reference.html +++ b/snippet-reference.html @@ -7,7 +7,7 @@ - + @@ -302,7 +302,7 @@ Otherwise deletes a character normally by callingdelete-char
.
yas-next-field
(&optional arg
)Navigate to the ARGth next field. +
Navigate to the arg
th next field.
If there's none, exit the snippet. @@ -470,7 +470,7 @@ This works by stubbing a few functions, then calling
yas-reload-all
(&optional interactive
)Reload all snippets and rebuild the YASnippet menu. +
Reload all snippets and rebuild the YASnippetnippet menu.
When called interactively force immediate reload of all known
@@ -501,7 +501,7 @@ Optional use-jit
use jit-loading of snippets.
yas-minor-mode-on
()Turn on YASnippet minor mode. +
Turn on YASnippetnippet minor mode.
Honour yas-dont-activate
, which see.
@@ -542,10 +542,10 @@ See yas-minor-mode
for more informati
yas-minor-mode
(&optional arg
)Toggle YASnippet mode. +
Toggle YASnippetnippet mode.
-When YASnippet mode is enabled, yas-expand
, normally bound to
+When YASnippetnippet mode is enabled, yas-expand
, normally bound to
the tab key, expands snippets of code depending on the major
mode.
-Display a YASnippet menu in the menu bar. +Display a YASnippetnippet menu in the menu bar.
When non-nil, submenus for each snippet table will be listed
@@ -747,7 +747,7 @@ This affects yas-insert-snippet
a
How to act when yas-expand
does not expand a snippet.
call-other-command
means try to temporarily disable YASnippet
+call-other-command
means try to temporarily disable YASnippetnippet
and call the next command bound to whatever key was used to
invoke yas-expand
.
@@ -1058,7 +1058,7 @@ The last element of possibilities
may be a list of strings.
yas-substr
(str
pattern
&optional subexp
)Search pattern
in str
and return SUBEXPth match.
+
Search pattern
in str
and return subexp
th match.
If found, the content of subexp group subexp
(default 0) is
@@ -1105,7 +1105,7 @@ If found, the content of subexp group subexp
(default 0) is
omit-items
is a list of snippet uuid's that will always be
-omitted from MODE's menu, even if they're manually loaded.
+omitted from mode
's menu, even if they're manually loaded.
This function does nothing if yas-use-menu
is nil.
@@ -1504,7 +1504,7 @@ The active keymap while a snippet expansion is in progress.