diff --git a/doc/boxes.el b/doc/boxes.el
index 9fe5726..199a758 100644
--- a/doc/boxes.el
+++ b/doc/boxes.el
@@ -51,7 +51,7 @@
      (call-process "boxes" nil t nil "-l")
      (goto-char (point-min))
      (let ((retval nil))
-       (while (re-search-forward "^\\([a-zA-Z][a-zA-Z0-9-]+\\) (.*):" nil t)
+       (while (re-search-forward "^\\([a-zA-Z][a-zA-Z0-9-]+\\)" nil t)
 	 (add-to-list 'retval (cons (match-string 1)
 				    (match-string 1))))
        retval)))