From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42905 Path: main.gmane.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.gnus.general Subject: binhex.el: Long line in doc-string of binhex-decoder-switches Date: Mon, 04 Feb 2002 20:28:24 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035178084 14684 80.91.224.250 (21 Oct 2002 05:28:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:28:04 +0000 (UTC) Return-Path: Original-Received: (qmail 7980 invoked from network); 4 Feb 2002 20:13:30 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 4 Feb 2002 20:13:30 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16XpTn-0007NO-00; Mon, 04 Feb 2002 14:12:43 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 04 Feb 2002 14:12:21 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA21584 for ; Mon, 4 Feb 2002 14:11:15 -0600 (CST) Original-Received: (qmail 7830 invoked by alias); 4 Feb 2002 20:11:12 -0000 Original-Received: (qmail 7825 invoked from network); 4 Feb 2002 20:11:11 -0000 Original-Received: from p0228.as-l043.contactel.cz (HELO SnowWhite.SuSE.cz) (194.108.242.228) by gnus.org with SMTP; 4 Feb 2002 20:11:11 -0000 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id 8F003441B9; Mon, 4 Feb 2002 21:13:36 +0100 (CET) Original-To: ding@gnus.org Mail-Copies-To: never X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-suse-linux-gnu) Original-Lines: 22 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42905 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42905 Hi, please apply. --- binhex.el.~6.5.~ Fri Dec 14 06:55:59 2001 +++ binhex.el Mon Feb 4 20:26:18 2002 @@ -43,7 +43,7 @@ :group 'gnus-extract) (defcustom binhex-decoder-switches '("-d") - "*List of command line flags passed to the command named by binhex-decoder-program." + "*List of command line flags passed to the command `binhex-decoder-program'." :group 'gnus-extract :type '(repeat string)) -- Pavel Janík Write first in an easy-to-understand pseudo-language; then translate into whatever language you have to use. -- The Elements of Programming Style (Kernighan & Plaugher)