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 ** Expanding from emacs-lisp code
Sometimes you might want to expand a snippet directly from you own Sometimes you might want to expand a snippet directly from your own
elisp code. You should call elisp code. You should call [[sym:yas-expand-snippet][=yas-expand-snippet=]] instead of
[[sym:yas-expand-snippet][=yas-expand-snippet=]] instead of
[[sym:yas-expand][=yas-expand=]] in this case. [[sym:yas-expand][=yas-expand=]] in this case.
As with expanding from the menubar, the condition system and multiple As with expanding from the menubar, the condition system and multiple

View File

@ -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 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 [[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 * Prompting method
The "Prompting method" submenu contains options to control the value of The "Prompting method" submenu contains options to control the value of
[[sym:yas-prompt-functions][=yas-prompt-functions=]]. See [[./snippet-expansion.org][Expanding [[sym:yas-prompt-functions][=yas-prompt-functions=]]. See [[./snippet-expansion.org][Expanding snippets]].
snippets]] .
* Misc * Misc