From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: dired-do-touch Date: Sat, 30 Jul 2011 12:50:29 +0300 Organization: JURTA Message-ID: <87livgyu56.fsf@mail.jurta.org> References: <874o26muk2.fsf@gnu.org> <8762ml5odm.fsf@mail.jurta.org> <8762mlglnt.fsf@mail.jurta.org> <4E32E399.8000402@cs.ucla.edu> <87aabw16ls.fsf_-_@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1312019508 22080 80.91.229.12 (30 Jul 2011 09:51:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 30 Jul 2011 09:51:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 30 11:51:42 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qn6Cr-0003cY-OE for ged-emacs-devel@m.gmane.org; Sat, 30 Jul 2011 11:51:41 +0200 Original-Received: from localhost ([::1]:59262 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qn6Cq-0002Hc-68 for ged-emacs-devel@m.gmane.org; Sat, 30 Jul 2011 05:51:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qn6Cn-0002HF-En for emacs-devel@gnu.org; Sat, 30 Jul 2011 05:51:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qn6Cm-0007GZ-Ij for emacs-devel@gnu.org; Sat, 30 Jul 2011 05:51:37 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:34105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qn6Cm-0007FN-DL for emacs-devel@gnu.org; Sat, 30 Jul 2011 05:51:36 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 18EFD6E8053; Sat, 30 Jul 2011 02:51:35 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 1C055451C366; Sat, 30 Jul 2011 02:51:33 -0700 (PDT) In-Reply-To: <87aabw16ls.fsf_-_@mail.jurta.org> (Juri Linkov's message of "Sat, 30 Jul 2011 12:17:17 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.113.175.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142513 Archived-At: > BTW, I noticed that the docstring of `format-time-string' refers > to the argument `TIME' whereas the real argument name is `TIMEVAL'. > Adding something like "\n\(fn FORMAT-STRING &optional TIME UNIVERSAL)" > to the last line of the docstring would help. The "\(fn" syntax is used only for the docstrings of Lisp functions. So it should be "usage: (format-time-string FORMAT-STRING &optional TIME UNIVERSAL)"