]> git.eshelyaron.com Git - emacs.git/commitdiff
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 f2db4070d13510b330aa5838a37c3d93065d4c5c..9680003950856314c2837bc8fe784a446b584827 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)