branch: master commit a9e303525ca650daa3727cc92f3eed24a08abf9a Author: Noam Postavsky <npost...@users.sourceforge.net> Commit: Noam Postavsky <npost...@users.sourceforge.net>
docstring fixes yas--prompt-function -> yas-prompt-functions yas-fallback-behaviour -> yas-fallback-behavior --- yasnippet.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yasnippet.el b/yasnippet.el index 6c95978..cbb4c2b 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -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