Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B7A3F431FCB for ; Sat, 7 Mar 2015 06:30:09 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.738 X-Spam-Level: * X-Spam-Status: No, score=1.738 tagged_above=-999 required=5 tests=[DNS_FROM_AHBL_RHSBL=2.438, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uSJKpKE41Z08 for ; Sat, 7 Mar 2015 06:30:06 -0800 (PST) Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 71A77431FBC for ; Sat, 7 Mar 2015 06:30:06 -0800 (PST) Received: by wghn12 with SMTP id n12so11440793wgh.6 for ; Sat, 07 Mar 2015 06:30:04 -0800 (PST) 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; bh=EQVDbFZ2abV+i9QmHqEXkYz6VjF5Ek75L8IjGXMcb1E=; b=gIKvASEQOmALa1PuE9nhtqDsc7dxMDe5WlcbdTsQ7VCONWjbfdLi4XWQ7kuyLaGliX MnSyNBRjHTUW7V+jvZbgXH3MDRkVd3/l1+AvDo8J5R6mkB5CDTBExNqT/wd/L0L+sSI7 HtC7eyfqqQ79xSnOVhrIGC3ggT/1gI7iXP5XSldX4S+TmfFc8zATIu/0I+perOXPt6/e Rug1rx4ingLe1XCSNnpPXpckLd9SD/qJRRpaEV4WZnFn4MZVEhvjTtcXI59KJtSl3NYQ /c1UOveUfyF4Hq+FBzkgrnhuKSFYFzmbRwFGV6vKZDwA/lV3HnCpTjgUxZBAqbdl9KT0 galg== X-Gm-Message-State: ALoCoQkJZ8ekDge8EXNXBaYQA7fnw+QLpeTpwmsMbPEXm3ZXr/LgQJ0eU4jftB1dRWlkMIZY003g X-Received: by 10.194.79.226 with SMTP id m2mr39623061wjx.60.1425738604327; Sat, 07 Mar 2015 06:30:04 -0800 (PST) Received: from localhost (mobile-internet-bcee3b-76.dhcp.inet.fi. [188.238.59.76]) by mx.google.com with ESMTPSA id g5sm19587987wjr.19.2015.03.07.06.30.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 07 Mar 2015 06:30:03 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 2/2] man: fix notmuch-emacs-mua environment section Date: Sat, 7 Mar 2015 16:30:20 +0200 Message-Id: <1425738620-6972-2-git-send-email-jani@nikula.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1425738620-6972-1-git-send-email-jani@nikula.org> References: <1425738620-6972-1-git-send-email-jani@nikula.org> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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, 07 Mar 2015 14:30:10 -0000 It's emacsclient command, not comment. Document default values. While at it, format the environment section similarly to other man pages. --- doc/man1/notmuch-emacs-mua.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man1/notmuch-emacs-mua.rst b/doc/man1/notmuch-emacs-mua.rst index 32b728639188..36b51cdc3b18 100644 --- a/doc/man1/notmuch-emacs-mua.rst +++ b/doc/man1/notmuch-emacs-mua.rst @@ -51,11 +51,11 @@ Options may be specified multiple times. ENVIRONMENT VARIABLES ===================== -``EMACS`` -Name of emacs command to invoke +**EMACS** + Name of emacs command to invoke. Defaults to "emacs". -``EMACSCLIENT`` -Name of emacsclient comment to invoke +**EMACSCLIENT** + Name of emacsclient command to invoke. Defaults to "emacsclient". SEE ALSO ======== -- 2.1.4