From 8157ac1432ce725e0fe392cf50b5b93e5546f96f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 12 Dec 2001 20:07:32 +0000 Subject: [PATCH] Follow doc-string conventions. --- lisp/international/codepage.el | 4 ++-- lisp/select.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/international/codepage.el b/lisp/international/codepage.el index 155eb90554..c0d5405af6 100644 --- a/lisp/international/codepage.el +++ b/lisp/international/codepage.el @@ -588,8 +588,8 @@ decoder and encoder created by this function." )) (defun cp-codepage-decoder (codepage) - "If CODEPAGE is the name of a supported codepage, return its decode table; -otherwise return nil." + "If CODEPAGE is the name of a supported codepage, return its decode table. +Otherwise return nil." (let ((cp (if (symbolp codepage) (symbol-name codepage) codepage))) (cond ((stringp cp) diff --git a/lisp/select.el b/lisp/select.el index e0dc04ee3d..af35956194 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -104,8 +104,8 @@ if the prefix arg is set." ;;; Cut Buffer support (defun x-get-cut-buffer (&optional which-one) - "Returns the value of one of the 8 X server cut-buffers. Optional arg -WHICH-ONE should be a number from 0 to 7, defaulting to 0. + "Returns the value of one of the 8 X server cut-buffers. +Optional arg WHICH-ONE should be a number from 0 to 7, defaulting to 0. Cut buffers are considered obsolete; you should use selections instead." (x-get-cut-buffer-internal (if which-one -- 2.20.1