Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Unreferenced node 'Completion System Variables'



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)
 



Messages sorted by: Reverse Date, Date, Thread, Author