]> code.delx.au - gnu-emacs/blobdiff - doc/misc/vhdl-mode.texi
* doc/misc/vhdl-mode.texi (Sample Init File): Rename node to avoid ".".
[gnu-emacs] / doc / misc / vhdl-mode.texi
index 524a534c38d21637bd76145b99ee6d66a11b40d0..e26ec5277c01bb37be69b3c1c446767d1b24db68 100644 (file)
@@ -2,7 +2,7 @@
 
 @setfilename ../../info/vhdl-mode.info
 @settitle VHDL Mode, an Emacs mode for editing VHDL code
-@documentencoding UTF-8
+@include docstyle.texi
 
 @c Adapted from the VHDL Mode texinfo manual version 2 by Rodney J. Whitby.
 @c Adapted from the CC Mode texinfo manual by Barry A. Warsaw.
@@ -10,7 +10,7 @@
 @copying
 This file documents VHDL Mode, an Emacs mode for editing VHDL code.
 
-Copyright @copyright{} 1995--2008, 2010, 2012, 2015 Free Software
+Copyright @copyright{} 1995--2008, 2010, 2012, 2015--2016 Free Software
 Foundation, Inc.
 
 @quotation
@@ -65,7 +65,7 @@ modify this GNU manual.''
 * Syntactic Symbols::
 * Frequently Asked Questions::
 * Getting the latest VHDL Mode release::
-* Sample .emacs File::
+* Sample Init File::
 * Limitations and Known Bugs::
 * Mailing Lists and Submitting Bug Reports::
 * GNU Free Documentation License:: The license for this documentation.
@@ -159,7 +159,7 @@ the construct on that line.  A @dfn{syntactic component} consists of a
 pair of information (in lisp parlance, a @emph{cons cell}), where the
 first part is a @dfn{syntactic symbol}, and the second part is a
 @dfn{relative buffer position}.  Syntactic symbols describe elements of
-VHDL code, e.g. @code{statement}, @code{comment}, @code{block-open},
+VHDL code, e.g., @code{statement}, @code{comment}, @code{block-open},
 @code{block-close}, etc.  @xref{Syntactic Symbols}, for a complete list
 of currently recognized syntactic symbols and their semantics.  Also,
 the variable @code{vhdl-offsets-alist} contains the list of currently
@@ -484,7 +484,7 @@ Here's a simplified example of what you can add to your @file{.emacs}
 file to make the changes described in the previous section
 (@ref{Interactive Customization}) more permanent.  See the Emacs
 manuals for more information on customizing Emacs via hooks.
-@xref{Sample .emacs File}, for a more complete sample @file{.emacs} file.
+@xref{Sample Init File}, for a more complete sample @file{.emacs} file.
 
 @example
 @group
@@ -600,7 +600,7 @@ optional third argument, which if non-@code{nil}, automatically
 institutes the new style in the current buffer.
 
 The sample @file{.emacs} file provides a concrete example of how a new
-style can be added and automatically set.  @xref{Sample .emacs File}.
+style can be added and automatically set.  @xref{Sample Init File}.
 
 @node     File Styles
 @subsection  File Styles
@@ -633,8 +633,8 @@ similar to what is allowed in @code{vhdl-offsets-alist}.  When the file is
 visited, VHDL Mode will automatically institute these offsets using
 @code{vhdl-set-offset}.  @xref{Customizing Indentation}.
 
-Note that file style settings (i.e. @code{vhdl-file-style}) are applied
-before file offset settings (i.e. @code{vhdl-file-offsets}).
+Note that file style settings (i.e., @code{vhdl-file-style}) are applied
+before file offset settings (i.e., @code{vhdl-file-offsets}).
 
 
 @node     Advanced Customizations
@@ -874,7 +874,7 @@ simply add the following to the top of your @file{.emacs} file:
 
 @end example
 
-See the sample @file{.emacs} file @ref{Sample .emacs File} for
+See the sample @file{.emacs} file @ref{Sample Init File} for
 details.
 
 @end quotation
@@ -894,11 +894,11 @@ either of these lists.
 The official Emacs VHDL Mode Home Page can be found at
 @uref{http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html}.
 
-@node  Sample .emacs File
-@chapter  Sample @file{.emacs} file
-@cindex   Sample @file{.emacs} file
+@node  Sample Init File
+@chapter  Sample Init File
+@cindex   Sample init file
 
-Most customizations can be done using the `Customize' entry in the
+Most customizations can be done using the ``Customize'' entry in the
 VHDL Mode menu, which requires no editing of the .emacs file.
 If you want to customize indentation, here you go: