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.
This commit is contained in:
Noam Postavsky 2015-08-03 10:29:42 -04:00
parent 197db9fc22
commit 5ebf347392
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -60,8 +60,7 @@ The "Indenting" submenu contains options to control the values of
* 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