Function: pascal-show-all
pascal-show-all is an interactive and byte-compiled function defined
in pascal.el.gz.
Signature
(pascal-show-all)
Documentation
Show all of the text in the buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/pascal.el.gz
(defun pascal-show-all ()
"Show all of the text in the buffer."
(interactive)
(pascal-outline-change (point-min) (point-max) nil))