Function: xselect-convert-to-name

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

Signature

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

Documentation

Convert selection to name.

This function returns the string "emacs".

Source Code

;; Defined in /usr/src/emacs/lisp/select.el.gz
;; We do not try to determine the name Emacs was invoked with,
;; because it is not clean for a program's behavior to depend on that.
(defun xselect-convert-to-name (_selection _type _size)
  "Convert selection to name.
This function returns the string \"emacs\"."
  "emacs")