]> git.eshelyaron.com Git - emacs.git/commitdiff
Follow doc-string conventions.
authorPavel Janík <Pavel@Janik.cz>
Wed, 12 Dec 2001 20:07:32 +0000 (20:07 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 12 Dec 2001 20:07:32 +0000 (20:07 +0000)
lisp/international/codepage.el
lisp/select.el

index 155eb905541d45d407f8738d8026081f927e3c07..c0d5405af688a10852ea1db194358c3fa772b5cb 100644 (file)
@@ -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)
index e0dc04ee3d07173ee59d901685117cb9ca9d82d1..af35956194d89c3604ab529ca8d7bb3b566f0725 100644 (file)
@@ -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