]> git.eshelyaron.com Git - emacs.git/commitdiff
(xselect-convert-to-class, xselect-convert-to-name): Documented.
authorPavel Janík <Pavel@Janik.cz>
Fri, 14 Dec 2001 19:58:10 +0000 (19:58 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 14 Dec 2001 19:58:10 +0000 (19:58 +0000)
lisp/ChangeLog
lisp/select.el

index 54ac8e19c25b1554f3189f347e61298ae118fffb..123828ec292dc72c3c35bedff8b4c8616a2b3891 100644 (file)
@@ -1,3 +1,8 @@
+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):
index af35956194d89c3604ab529ca8d7bb3b566f0725..5417572bc8f86bc9447905f492a285fa033171a4 100644 (file)
@@ -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)