Function: artist-direction-char
artist-direction-char is a byte-compiled function defined in
artist.el.gz.
Signature
(artist-direction-char DIRECTION)
Documentation
Return the character for DIRECTION from the artist-direction-info table.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/artist.el.gz
(defun artist-direction-char (direction)
"Return the character for DIRECTION from the `artist-direction-info' table."
(aref (aref artist-direction-info direction) 2))