Function: artist-go-get-symbol-shift

artist-go-get-symbol-shift is a byte-compiled function defined in artist.el.gz.

Signature

(artist-go-get-symbol-shift SYMBOL IS-SHIFTED)

Documentation

Search for (shifted or unshifted) graphics operation SYMBOL.

If IS-SHIFTED is non-nil, return the shifted symbol, otherwise the unshifted symbol.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-go-get-symbol-shift (symbol is-shifted)
  "Search for (shifted or unshifted) graphics operation SYMBOL.
If IS-SHIFTED is non-nil, return the shifted symbol,
otherwise the unshifted symbol."
  (artist-go-get-symbol-shift-sub artist-mt symbol is-shifted))