Variable: artist-ellipse-left-char

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

Value

40

Documentation

Character to use at the leftmost position when drawing narrow ellipses.

In this figure, it is the left parenthesis (the "(" character):
             -----
            ( )
             -----

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defcustom artist-ellipse-left-char ?\(
  "Character to use at the leftmost position when drawing narrow ellipses.

In this figure, it is the left parenthesis (the \"(\" character):
             -----
            (     )
             -----"
  :group 'artist
  :type 'character)