Variable: artist-ellipse-right-char

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

Value

41

Documentation

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

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

Source Code

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

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