mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
* yasnippet.el (yas--message): Fix invalid docstring reference.
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
acec3ba3ae
commit
ece7935d7a
@ -4737,7 +4737,7 @@ object satisfying `yas--field-p' to restrict the expansion to.")))
|
||||
"Log level for `yas--message' 4 means trace most anything, 0 means nothing.")
|
||||
|
||||
(defun yas--message (level message &rest args)
|
||||
"When LEVEL is at or below `yas-verbosity-level', log MESSAGE and ARGS."
|
||||
"When LEVEL is at or below `yas-verbosity', log MESSAGE and ARGS."
|
||||
(when (>= yas-verbosity level)
|
||||
(message "%s" (apply #'yas--format message args))))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user