From 47a31c6bab51918c70bc70b6cd0574f9ada1fc9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Fri, 14 Dec 2001 19:58:10 +0000 Subject: [PATCH] (xselect-convert-to-class, xselect-convert-to-name): Documented. --- lisp/ChangeLog | 5 +++++ lisp/select.el | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 54ac8e19c25..123828ec292 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-12-14 Pavel Jan,Bm(Bk + + * select.el (xselect-convert-to-class, xselect-convert-to-name): + Documented. + 2001-12-14 Andre Spiegel * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version): 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) -- 2.39.5