Function: opascal-debug-show-current-string

opascal-debug-show-current-string is an interactive and byte-compiled function defined in opascal.el.gz.

Signature

(opascal-debug-show-current-string FROM TO)

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/opascal.el.gz
(defun opascal-debug-show-current-string (from to)
  (interactive "r")
  (opascal-debug-log "String: %S" (buffer-substring from to)))