Function: xselect-convert-to-class

xselect-convert-to-class is a byte-compiled function defined in select.el.gz.

Signature

(xselect-convert-to-class SELECTION TYPE SIZE)

Documentation

Convert selection to class.

This function returns the string "Emacs".

Source Code

;; Defined in /usr/src/emacs/lisp/select.el.gz
(defun xselect-convert-to-class (_selection _type _size)
  "Convert selection to class.
This function returns the string \"Emacs\"."
  "Emacs")