branch: master
commit 5ebf3473929c8ae048823dd221b9aa5773522fb6
Author: Noam Postavsky <[email protected]>
Commit: Noam Postavsky <[email protected]>
Minor doc fixes
* doc/snippet-expansion.org (Expanding from emacs-lisp code): Fix typo.
* doc/snippet-menu.org (Controlling indenting, Prompting method): Remove
incorrect whitespace.
---
doc/snippet-expansion.org | 5 ++---
doc/snippet-menu.org | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/doc/snippet-expansion.org b/doc/snippet-expansion.org
index 876b81c..a0fbe09 100644
--- a/doc/snippet-expansion.org
+++ b/doc/snippet-expansion.org
@@ -102,9 +102,8 @@ prefer.
** Expanding from emacs-lisp code
-Sometimes you might want to expand a snippet directly from you own
-elisp code. You should call
-[[sym:yas-expand-snippet][=yas-expand-snippet=]] instead of
+Sometimes you might want to expand a snippet directly from your own
+elisp code. You should call [[sym:yas-expand-snippet][=yas-expand-snippet=]]
instead of
[[sym:yas-expand][=yas-expand=]] in this case.
As with expanding from the menubar, the condition system and multiple
diff --git a/doc/snippet-menu.org b/doc/snippet-menu.org
index 46b9b0c..272ea16 100644
--- a/doc/snippet-menu.org
+++ b/doc/snippet-menu.org
@@ -55,13 +55,12 @@ These customizations can also be found in the menu itself,
under the
The "Indenting" submenu contains options to control the values of
[[sym:yas-indent-line][=yas-indent-line=]] and
[[sym:yas-also-auto-indent-first-line][=yas-also-auto-indent-first-line=]]. See
-[[./snippet-development.org][Writing snippets]] .
+[[./snippet-development.org][Writing snippets]].
* Prompting method
The "Prompting method" submenu contains options to control the value of
-[[sym:yas-prompt-functions][=yas-prompt-functions=]]. See
[[./snippet-expansion.org][Expanding
-snippets]] .
+[[sym:yas-prompt-functions][=yas-prompt-functions=]]. See
[[./snippet-expansion.org][Expanding snippets]].
* Misc