[xyzzy] Grep description of specs2 unit specification in selected buffer on xyzzy

; Grep description of specs2 unit specification in selected buffer on xyzzy
; Please copy & paste following code at your .xyzzy
; Usage: M-x grep-specs2-unit-selected-buffer
(defun grep-specs2-unit-selected-buffer ()
(interactive)
(grep " should \\| in " (selected-buffer)))

Leave a Reply