Index: ly/property-init.ly |
diff --git a/ly/property-init.ly b/ly/property-init.ly |
index 269648639b7d81b54b53b37aeb72cddf470b3a46..8e87421f74b467d2370a27437abaed8c68e21614 100644 |
--- a/ly/property-init.ly |
+++ b/ly/property-init.ly |
@@ -376,7 +376,7 @@ back to the lilypond source statement.") |
(make-music 'SequentialMusic 'void #t)) |
pointAndClickTypes = |
-#(define-void-function (parser location types) (list-or-symbol?) |
+#(define-void-function (parser location types) (symbol-list-or-symbol?) |
(_i "Set a type or list of types (such as @code{#'note-event}) for which point-and-click info is generated.") |
(ly:set-option 'point-and-click types)) |