zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: "Zsh Hackers' List" <zsh-workers@zsh.org>
Subject: Re: Unreferenced node 'Completion System Variables'
Date: Mon, 12 Sep 2016 09:44:16 -0700	[thread overview]
Message-ID: <160912094416.ZM24551@torch.brasslantern.com> (raw)
In-Reply-To: <CACeGjnV_dF7gpk_m06UedqMr8pqKgyVzpTTsCa+bf11tj26H3Q@mail.gmail.com>

On Sep 11,  4:48pm, Vin Shelton wrote:
}
} Without the attached patch I get the following error on 'make install.info':
} 
} tzsh.texi:25324: warning: unreferenced node `Completion System Variables'

Even with the patch, I get this:

Doc/zsh.texi:25327: Prev field of node `Completion System Variables' not pointed to.
Doc/zsh.texi:23436: This node (Completion Functions) has the bad Next.
Doc/zsh.texi:23436: Next field of node `Completion Functions' not pointed to (perhaps incorrect sectioning?).
Doc/zsh.texi:25368: This node (Completion Directories) has the bad Prev.

Fixing the "bad Next" resolves the "bad Prev".

diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 87be0fc..cab665b 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -3468,7 +3468,7 @@ emacs and vi respectively.
 )
 enditem()
 
-texinode(Completion Functions)(Completion Directories)(Bindable Commands)(Completion System)
+texinode(Completion Functions)(Completion System Variables)(Bindable Commands)(Completion System)
 sect(Utility Functions)
 cindex(completion system, utility functions)
 


      reply	other threads:[~2016-09-12 16:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-11 20:48 Vin Shelton
2016-09-12 16:44 ` Bart Schaefer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=160912094416.ZM24551@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).