verilog-diff-file-with-buffer

verilog-diff-file-with-buffer is a compiled Lisp function in `verilog-mode.el'.

(verilog-diff-file-with-buffer F1 B2 &optional WHITESPACE SHOW)

View the differences between file F1 and buffer B2.
This requires the external program `diff-command' to be in your `exec-path',
and uses `diff-switches' in which you may want to have "-u" flag.
Ignores WHITESPACE if t, and writes output to stdout if SHOW.