Function: studlify-buffer

studlify-buffer is an autoloaded, interactive and byte-compiled function defined in studly.el.gz.

Signature

(studlify-buffer)

Documentation

Studlify-case the current buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/studly.el.gz
;;;###autoload
(defun studlify-buffer ()
  "Studlify-case the current buffer."
  (interactive "*")
  (studlify-region (point-min) (point-max)))