summaryrefslogtreecommitdiff
path: root/lisp/select.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-09-14 21:18:56 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-09-14 21:18:56 +0000
commitfdbe0096c5244c5ee19f9c2c6ab4ad83a320e2f5 (patch)
treeb3e12eab5c4caa4ad1a346b8306f7b74641c3d09 /lisp/select.el
parent68035b97640be3248dd931e8853e20d642b40bd4 (diff)
downloademacs-fdbe0096c5244c5ee19f9c2c6ab4ad83a320e2f5.tar.gz
Fix commenting convenition.
Diffstat (limited to 'lisp/select.el')
-rw-r--r--lisp/select.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/select.el b/lisp/select.el
index f2db4070d13..96800039508 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -207,9 +207,9 @@ Cut buffers are considered obsolete; you should use selections instead."
(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)