Function: sh-debug

sh-debug is a macro defined in sh-script.el.gz.

Signature

(sh-debug &rest ARGS)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
;; Uncomment this defun and comment the defmacro for debugging.
;; (defun sh-debug (&rest args)
;;   "For debugging:  display message ARGS if variable SH-DEBUG is non-nil."
;;   (if sh-debug
;;       (apply 'message args)))
(defmacro sh-debug (&rest _args))