Mercurial > emacs
changeset 41989:fd3c70d7a093
Follow doc-string conventions.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 12 Dec 2001 20:07:32 +0000 |
parents | 49d5b75391a4 |
children | ea97be55d899 |
files | lisp/international/codepage.el lisp/select.el |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/codepage.el Wed Dec 12 20:06:57 2001 +0000 +++ b/lisp/international/codepage.el Wed Dec 12 20:07:32 2001 +0000 @@ -588,8 +588,8 @@ )) (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)
--- a/lisp/select.el Wed Dec 12 20:06:57 2001 +0000 +++ b/lisp/select.el Wed Dec 12 20:07:32 2001 +0000 @@ -104,8 +104,8 @@ ;;; 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