* lisp/org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
@@ -3033,7 +3033,7 @@ s Search for keywords M Like m, but only TODO entries
(concat line ": "
(cond
((stringp match)
- (propertize match nil 'face 'org-warning))
+ (propertize match 'face 'org-warning))
((listp type)
(format "set of %d commands" (length type)))))))
(t