summaryrefslogtreecommitdiff
path: root/lisp/select.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/select.el')
-rw-r--r--lisp/select.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/select.el b/lisp/select.el
index af35956194d..5417572bc8f 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -276,11 +276,15 @@ Cut buffers are considered obsolete; you should use selections instead."
(user-full-name))
(defun xselect-convert-to-class (selection type size)
+ "Convert selection to class.
+This function returns the string \"Emacs\"."
"Emacs")
;; 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")
(defun xselect-convert-to-integer (selection type value)