# HG changeset patch # User Pavel Jank # Date 1008359631 0 # Node ID 5f0fca416a2fbc398fb434c38ab6243f9d9060c2 # Parent 8554d25c3eaa62320458fb953909b1af8934425d (xselect-convert-to-class, xselect-convert-to-name): Documented. diff -r 8554d25c3eaa -r 5f0fca416a2f lisp/select.el --- a/lisp/select.el Fri Dec 14 18:14:22 2001 +0000 +++ b/lisp/select.el Fri Dec 14 19:53:51 2001 +0000 @@ -276,11 +276,15 @@ (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)