Fix commenting convenition.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 14 Sep 2008 21:18:56 +0000 (21:18 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 14 Sep 2008 21:18:56 +0000 (21:18 +0000)
lisp/select.el

index f2db407..9680003 100644 (file)
@@ -207,9 +207,9 @@ Cut buffers are considered obsolete; you should use selections instead."
   (x-store-cut-buffer-internal 'CUT_BUFFER0 string))
 
 \f
-;;; 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)