Function: vhdl-remove-trailing-spaces
vhdl-remove-trailing-spaces is an interactive and byte-compiled
function defined in vhdl-mode.el.gz.
Signature
(vhdl-remove-trailing-spaces)
Documentation
Remove trailing spaces in buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defun vhdl-remove-trailing-spaces ()
"Remove trailing spaces in buffer."
(interactive)
(vhdl-remove-trailing-spaces-region (point-min) (point-max)))