From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel Subject: Lowercase "arg" in doc strings. Date: Mon, 22 May 2006 15:33:23 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1148308317 10800 80.91.229.2 (22 May 2006 14:31:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 22 May 2006 14:31:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 22 16:31:53 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FiBRO-0001Cx-Th for ged-emacs-devel@m.gmane.org; Mon, 22 May 2006 16:31:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiBRN-0004Fr-F7 for ged-emacs-devel@m.gmane.org; Mon, 22 May 2006 10:31:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FiBRC-0004Fl-8L for emacs-devel@gnu.org; Mon, 22 May 2006 10:31:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FiBRB-0004FI-Ic for emacs-devel@gnu.org; Mon, 22 May 2006 10:31:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiBRB-0004FE-F6 for emacs-devel@gnu.org; Mon, 22 May 2006 10:31:13 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FiBVB-0004zP-DO for emacs-devel@gnu.org; Mon, 22 May 2006 10:35:22 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FiBQj-00010H-MX for emacs-devel@gnu.org; Mon, 22 May 2006 16:30:46 +0200 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 May 2006 16:30:45 +0200 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 May 2006 16:30:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 99 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML; )7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+; CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf, d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:nJznPNCqogkXVCj5ODigzdtFf2Q= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:55051 Archived-At: Hi, `checkdoc-defun' complains that "Argument `arg' should appear (as ARG) in the doc string" for some functions. I'll install the patch below, unless somebody objects. Bye, Reiner. Index: comint.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/comint.el,v retrieving revision 1.344 diff -u -r1.344 comint.el --- comint.el 10 May 2006 21:31:09 -0000 1.344 +++ comint.el 22 May 2006 13:26:35 -0000 @@ -2359,11 +2359,11 @@ (defun comint-kill-whole-line (&optional arg) "Kill current line, ignoring read-only and field properties. -With prefix arg, kill that many lines starting from the current line. -If arg is negative, kill backward. Also kill the preceding newline, +With prefix ARG, kill that many lines starting from the current line. +If ARG is negative, kill backward. Also kill the preceding newline, instead of the trailing one. \(This is meant to make \\[repeat] work well with negative arguments.) -If arg is zero, kill current line but exclude the trailing newline. +If ARG is zero, kill current line but exclude the trailing newline. The read-only status of newlines is updated with `comint-update-fence', if necessary." (interactive "p") Index: disp-table.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/disp-table.el,v retrieving revision 1.61 diff -u -r1.61 disp-table.el --- disp-table.el 6 Feb 2006 14:33:32 -0000 1.61 +++ disp-table.el 22 May 2006 13:26:35 -0000 @@ -196,7 +196,7 @@ variable, or else customize `enable-multibyte-characters'. With prefix argument, this command enables European character display -if arg is positive, disables it otherwise. Otherwise, it toggles +if ARG is positive, disables it otherwise. Otherwise, it toggles European character display. When this mode is enabled, characters in the range of 160 to 255 Index: files.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/files.el,v retrieving revision 1.837 diff -u -r1.837 files.el --- files.el 17 May 2006 22:54:35 -0000 1.837 +++ files.el 22 May 2006 13:26:35 -0000 @@ -3778,7 +3778,7 @@ (defun toggle-read-only (&optional arg) "Change whether this buffer is visiting its file read-only. -With arg, set read-only iff arg is positive. +With ARG, set read-only iff ARG is positive. If visiting file read-only and `view-read-only' is non-nil, enter view mode." (interactive "P") (if (and arg Index: flow-ctrl.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/flow-ctrl.el,v retrieving revision 1.31 diff -u -r1.31 flow-ctrl.el --- flow-ctrl.el 6 Feb 2006 14:33:33 -0000 1.31 +++ flow-ctrl.el 22 May 2006 13:26:35 -0000 @@ -56,7 +56,7 @@ (defun enable-flow-control (&optional argument) "Toggle flow control handling. When handling is enabled, user can type C-s as C-\\, and C-q as C-^. -With arg, enable flow control mode if arg is positive, otherwise disable." +With ARG, enable flow control mode if ARG is positive, otherwise disable." (interactive "P") (if (if argument ;; Argument means enable if arg is positive. Index: simple.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v retrieving revision 1.804 diff -u -r1.804 simple.el --- simple.el 21 May 2006 22:56:27 -0000 1.804 +++ simple.el 22 May 2006 13:26:36 -0000 @@ -4245,7 +4245,7 @@ (defun toggle-truncate-lines (arg) "Toggle whether to fold or truncate long lines on the screen. -With arg, truncate long lines iff arg is positive. +With ARG, truncate long lines iff ARG is positive. Note that in side-by-side windows, truncation is always enabled." (interactive "P") (setq truncate-lines -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/