From: Stefan Monnier Date: Sun, 14 Sep 2008 21:18:56 +0000 (+0000) Subject: Fix commenting convenition. X-Git-Tag: emacs-pretest-23.0.90~2898 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdbe0096c5244c5ee19f9c2c6ab4ad83a320e2f5;p=emacs.git Fix commenting convenition. --- 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)