This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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))) |