aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2016-05-24 13:26:04 -0400
committerGlenn Morris2016-05-24 13:26:04 -0400
commitf3d2dedeba37d899be72a37339d0370aa3ae4c70 (patch)
tree7ce61ea6b70f4c20cc11d9633dd5cc37dd618875
parent906c810158def49133d5433e6cbae05ce3edb7e6 (diff)
downloademacs-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.texi14
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}
484file to make the changes described in the previous section 484file 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
486manuals for more information on customizing Emacs via hooks. 486manuals 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
600institutes the new style in the current buffer. 600institutes the new style in the current buffer.
601 601
602The sample @file{.emacs} file provides a concrete example of how a new 602The sample @file{.emacs} file provides a concrete example of how a new
603style can be added and automatically set. @xref{Sample .emacs File}. 603style 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
877See the sample @file{.emacs} file @ref{Sample .emacs File} for 877See the sample @file{.emacs} file @ref{Sample Init File} for
878details. 878details.
879 879
880@end quotation 880@end quotation
@@ -894,9 +894,9 @@ either of these lists.
894The official Emacs VHDL Mode Home Page can be found at 894The 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
901Most customizations can be done using the ``Customize'' entry in the 901Most customizations can be done using the ``Customize'' entry in the
902VHDL Mode menu, which requires no editing of the .emacs file. 902VHDL Mode menu, which requires no editing of the .emacs file.