Variable: artist-spray-new-char

artist-spray-new-char is a variable defined in artist.el.gz.

Value

46

Documentation

Initial character to use when spraying.

This character is used if spraying upon a character that is not in artist-spray-chars. The character defined by this variable should be in artist-spray-chars, or spraying will behave strangely.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defvar artist-spray-new-char ?.
  "Initial character to use when spraying.
This character is used if spraying upon a character that is not in
`artist-spray-chars'.  The character defined by this variable should
be in `artist-spray-chars', or spraying will behave strangely.")