+2001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+
+ * select.el (xselect-convert-to-class, xselect-convert-to-name):
+ Documented.
+
2001-12-14 Andre Spiegel <spiegel@gnu.org>
* vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
(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)