Variable: artist-second-char

artist-second-char is a customizable variable defined in artist.el.gz.

Value

50

Documentation

Character to set at second point when not rubber-banding.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defcustom artist-second-char ?2
  "Character to set at second point when not rubber-banding."
  :group 'artist
  :type 'character)