mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
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:
parent
197db9fc22
commit
5ebf347392
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user