]> code.delx.au - gnu-emacs-elpa/commitdiff
docstring fixes
authorNoam Postavsky <npostavs@users.sourceforge.net>
Fri, 29 Nov 2013 04:25:15 +0000 (23:25 -0500)
committerNoam Postavsky <npostavs@users.sourceforge.net>
Fri, 29 Nov 2013 04:35:32 +0000 (23:35 -0500)
yas--prompt-function -> yas-prompt-functions
yas-fallback-behaviour -> yas-fallback-behavior

yasnippet.el

index 6c95978bfc7755a2223b1e665597939ba3fd769f..cbb4c2b6d1c5ad0aa087ca554bbc5aac7fd7f99d 100644 (file)
@@ -2346,7 +2346,7 @@ Honours `yas-choose-tables-first', `yas-choose-keys-first' and
 
 (defun yas-insert-snippet (&optional no-condition)
   "Choose a snippet to expand, pop-up a list of choices according
-to `yas--prompt-function'.
+to `yas-prompt-functions'.
 
 With prefix argument NO-CONDITION, bypass filtering of snippets
 by condition."
@@ -4311,7 +4311,7 @@ When multiple expressions are found, only the last one counts."
                        "do nothing (`yas-expand' doesn't shadow\nanything).")))
                 ((eq yas-fallback-behavior 'return-nil)
                  "do nothing.")
-                (t "defer to `yas-fallback-behaviour' (which see)."))))
+                (t "defer to `yas-fallback-behavior' (which see)."))))
     (concat "Expand a snippet before point. If no snippet
 expansion is possible, "
             fallback-description