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
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user