Mercurial > emacs
changeset 42028:5f0fca416a2f
(xselect-convert-to-class, xselect-convert-to-name): Documented.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Fri, 14 Dec 2001 19:53:51 +0000 |
parents | 8554d25c3eaa |
children | 25915136cfdd |
files | lisp/select.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)