From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id F1DE56DE1A20 for ; Sat, 15 Aug 2015 02:05:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.012 X-Spam-Level: X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5 tests=[AWL=0.708, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hQ4WADsEOorf for ; Sat, 15 Aug 2015 02:05:15 -0700 (PDT) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by arlo.cworth.org (Postfix) with ESMTPS id DD78D6DE190D for ; Sat, 15 Aug 2015 02:05:14 -0700 (PDT) Received: by wicne3 with SMTP id ne3so35938367wic.0 for ; Sat, 15 Aug 2015 02:05:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=/0DWc74mT3njTuk1qjSapUkMo+3c6BLsmPt0IPYfEu0=; b=f+XQ6JhqkNOiAK7bXnW0BhmOCXY3E4ZwZXJBzrrYx2Cs93Imp5WlWqsx3CZgsXrKA9 F7/90MNkk8Sr5zfymREucj0hoTrVJqoiIRxWUQVO1PHsONeE2WwTGaS7kx8YkVsK3lP8 lwSxrerTxxQQ4B9NWWQo/AOHSxA24bisljRp1AkhG5ZgZhjgP9h70/d76d5prlG0PLx3 vpdw99t1Uc6+OBztskuxLElOF8Ru0pqmY1HIpqwn/hBfABJzR+NrXyQr3E3OZdfGlRB3 9bdpVSQpHy5TRGBEfxfjWl6WOn5I/gbJ+Uic/JCtJBS4TiCiYOhwc9DQlfBX0VLmWnw4 1/+A== X-Gm-Message-State: ALoCoQki2Zt3XC2wsUfRgDt2tyY/dxbfUHLJjZEPGfZ+ExZH71rl+CTUQZntRbBt/PCnxn4LI9z6 X-Received: by 10.194.120.230 with SMTP id lf6mr8954128wjb.41.1439629513267; Sat, 15 Aug 2015 02:05:13 -0700 (PDT) Received: from localhost (mobile-access-bcee4f-131.dhcp.inet.fi. [188.238.79.131]) by smtp.gmail.com with ESMTPSA id s16sm6878243wib.16.2015.08.15.02.05.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Aug 2015 02:05:12 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH v4 1/5] man: clean up notmuch-emacs-mua man page Date: Sat, 15 Aug 2015 12:05:11 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Cc: Tomi Ollila X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2015 09:05:17 -0000 Move --client description to a more suitable location, stylistic changes. --- doc/man1/notmuch-emacs-mua.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/man1/notmuch-emacs-mua.rst b/doc/man1/notmuch-emacs-mua.rst index 36b51cdc3b18..7c2f5c24f1c0 100644 --- a/doc/man1/notmuch-emacs-mua.rst +++ b/doc/man1/notmuch-emacs-mua.rst @@ -18,10 +18,6 @@ Supported options for **notmuch-emacs-mua** include ``-h, --help`` Display help. - ``--client`` - Use emacsclient, rather than emacs. This will start - an emacs daemon process if necessary. - ``-s, --subject=``\ Specify the subject of the message. @@ -38,7 +34,11 @@ Supported options for **notmuch-emacs-mua** include Specify a file to include into the body of the message. ``--no-window-system`` - Even if a window system is available, use the current terminal + Even if a window system is available, use the current terminal. + + ``--client`` + Use **emacsclient**, rather than **emacs**. This will start + an Emacs daemon process if necessary. ``--print`` Output the resulting elisp to stdout instead of evaluating it. -- 2.1.4