]> code.delx.au - gnu-emacs-elpa/commitdiff
Minor doc fixes
authorNoam Postavsky <npostavs@users.sourceforge.net>
Mon, 3 Aug 2015 14:29:42 +0000 (10:29 -0400)
committerNoam Postavsky <npostavs@users.sourceforge.net>
Mon, 3 Aug 2015 14:29:42 +0000 (10:29 -0400)
* 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
doc/snippet-menu.org

index 876b81c3ef08053015f05be8cd1fb1437a42e456..a0fbe095864654641b9db9c873c6dc15ccae490e 100644 (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
index 46b9b0c0c5ecdd30e394d1feb3a2fa95d5b0d9bc..272ea16c6672b8209e984ed0cc37f0cb9a41e95d 100644 (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
 [[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