diff options
| author | Glenn Morris | 2016-05-24 13:26:04 -0400 |
|---|---|---|
| committer | Glenn Morris | 2016-05-24 13:26:04 -0400 |
| commit | f3d2dedeba37d899be72a37339d0370aa3ae4c70 (patch) | |
| tree | 7ce61ea6b70f4c20cc11d9633dd5cc37dd618875 | |
| parent | 906c810158def49133d5433e6cbae05ce3edb7e6 (diff) | |
| download | emacs-f3d2dedeba37d899be72a37339d0370aa3ae4c70.tar.gz emacs-f3d2dedeba37d899be72a37339d0370aa3ae4c70.zip | |
* doc/misc/vhdl-mode.texi (Sample Init File): Rename node to avoid ".".
| -rw-r--r-- | doc/misc/vhdl-mode.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/misc/vhdl-mode.texi b/doc/misc/vhdl-mode.texi index ec83b7e62ee..e26ec5277c0 100644 --- a/doc/misc/vhdl-mode.texi +++ b/doc/misc/vhdl-mode.texi | |||
| @@ -65,7 +65,7 @@ modify this GNU manual.'' | |||
| 65 | * Syntactic Symbols:: | 65 | * Syntactic Symbols:: |
| 66 | * Frequently Asked Questions:: | 66 | * Frequently Asked Questions:: |
| 67 | * Getting the latest VHDL Mode release:: | 67 | * Getting the latest VHDL Mode release:: |
| 68 | * Sample .emacs File:: | 68 | * Sample Init File:: |
| 69 | * Limitations and Known Bugs:: | 69 | * Limitations and Known Bugs:: |
| 70 | * Mailing Lists and Submitting Bug Reports:: | 70 | * Mailing Lists and Submitting Bug Reports:: |
| 71 | * GNU Free Documentation License:: The license for this documentation. | 71 | * GNU Free Documentation License:: The license for this documentation. |
| @@ -484,7 +484,7 @@ Here's a simplified example of what you can add to your @file{.emacs} | |||
| 484 | file to make the changes described in the previous section | 484 | file to make the changes described in the previous section |
| 485 | (@ref{Interactive Customization}) more permanent. See the Emacs | 485 | (@ref{Interactive Customization}) more permanent. See the Emacs |
| 486 | manuals for more information on customizing Emacs via hooks. | 486 | manuals for more information on customizing Emacs via hooks. |
| 487 | @xref{Sample .emacs File}, for a more complete sample @file{.emacs} file. | 487 | @xref{Sample Init File}, for a more complete sample @file{.emacs} file. |
| 488 | 488 | ||
| 489 | @example | 489 | @example |
| 490 | @group | 490 | @group |
| @@ -600,7 +600,7 @@ optional third argument, which if non-@code{nil}, automatically | |||
| 600 | institutes the new style in the current buffer. | 600 | institutes the new style in the current buffer. |
| 601 | 601 | ||
| 602 | The sample @file{.emacs} file provides a concrete example of how a new | 602 | The sample @file{.emacs} file provides a concrete example of how a new |
| 603 | style can be added and automatically set. @xref{Sample .emacs File}. | 603 | style can be added and automatically set. @xref{Sample Init File}. |
| 604 | 604 | ||
| 605 | @node File Styles | 605 | @node File Styles |
| 606 | @subsection File Styles | 606 | @subsection File Styles |
| @@ -874,7 +874,7 @@ simply add the following to the top of your @file{.emacs} file: | |||
| 874 | 874 | ||
| 875 | @end example | 875 | @end example |
| 876 | 876 | ||
| 877 | See the sample @file{.emacs} file @ref{Sample .emacs File} for | 877 | See the sample @file{.emacs} file @ref{Sample Init File} for |
| 878 | details. | 878 | details. |
| 879 | 879 | ||
| 880 | @end quotation | 880 | @end quotation |
| @@ -894,9 +894,9 @@ either of these lists. | |||
| 894 | The official Emacs VHDL Mode Home Page can be found at | 894 | The official Emacs VHDL Mode Home Page can be found at |
| 895 | @uref{http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html}. | 895 | @uref{http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html}. |
| 896 | 896 | ||
| 897 | @node Sample .emacs File | 897 | @node Sample Init File |
| 898 | @chapter Sample @file{.emacs} file | 898 | @chapter Sample Init File |
| 899 | @cindex Sample @file{.emacs} file | 899 | @cindex Sample init file |
| 900 | 900 | ||
| 901 | Most customizations can be done using the ``Customize'' entry in the | 901 | Most customizations can be done using the ``Customize'' entry in the |
| 902 | VHDL Mode menu, which requires no editing of the .emacs file. | 902 | VHDL Mode menu, which requires no editing of the .emacs file. |