Function: prolog-indent-buffer
prolog-indent-buffer is an interactive and byte-compiled function
defined in prolog.el.gz.
Signature
(prolog-indent-buffer)
Documentation
Indent the entire buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/prolog.el.gz
(defun prolog-indent-buffer ()
"Indent the entire buffer."
(interactive)
(indent-region (point-min) (point-max) nil))