changeset 98175:dc54ec9cb542

Fix commenting convenition.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 14 Sep 2008 21:18:56 +0000
parents 841e92880f11
children 9f150a0f6e59
files lisp/select.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/select.el	Sun Sep 14 21:16:30 2008 +0000
+++ b/lisp/select.el	Sun Sep 14 21:18:56 2008 +0000
@@ -207,9 +207,9 @@
   (x-store-cut-buffer-internal 'CUT_BUFFER0 string))
 
 
-;;; Functions to convert the selection into various other selection types.
-;;; Every selection type that Emacs handles is implemented this way, except
-;;; for TIMESTAMP, which is a special case.
+;; Functions to convert the selection into various other selection types.
+;; Every selection type that Emacs handles is implemented this way, except
+;; for TIMESTAMP, which is a special case.
 
 (defun xselect-convert-to-string (selection type value)
   (let (str coding)