* doc/misc/vhdl-mode.texi (Sample Init File): Rename node to avoid ".".
This commit is contained in:
parent
906c810158
commit
f3d2dedeba
1 changed files with 7 additions and 7 deletions
|
@ -65,7 +65,7 @@ modify this GNU manual.''
|
||||||
* Syntactic Symbols::
|
* Syntactic Symbols::
|
||||||
* Frequently Asked Questions::
|
* Frequently Asked Questions::
|
||||||
* Getting the latest VHDL Mode release::
|
* Getting the latest VHDL Mode release::
|
||||||
* Sample .emacs File::
|
* Sample Init File::
|
||||||
* Limitations and Known Bugs::
|
* Limitations and Known Bugs::
|
||||||
* Mailing Lists and Submitting Bug Reports::
|
* Mailing Lists and Submitting Bug Reports::
|
||||||
* GNU Free Documentation License:: The license for this documentation.
|
* 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}
|
||||||
file to make the changes described in the previous section
|
file to make the changes described in the previous section
|
||||||
(@ref{Interactive Customization}) more permanent. See the Emacs
|
(@ref{Interactive Customization}) more permanent. See the Emacs
|
||||||
manuals for more information on customizing Emacs via hooks.
|
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
|
@example
|
||||||
@group
|
@group
|
||||||
|
@ -600,7 +600,7 @@ optional third argument, which if non-@code{nil}, automatically
|
||||||
institutes the new style in the current buffer.
|
institutes the new style in the current buffer.
|
||||||
|
|
||||||
The sample @file{.emacs} file provides a concrete example of how a new
|
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
|
@node File Styles
|
||||||
@subsection File Styles
|
@subsection File Styles
|
||||||
|
@ -874,7 +874,7 @@ simply add the following to the top of your @file{.emacs} file:
|
||||||
|
|
||||||
@end example
|
@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.
|
details.
|
||||||
|
|
||||||
@end quotation
|
@end quotation
|
||||||
|
@ -894,9 +894,9 @@ either of these lists.
|
||||||
The official Emacs VHDL Mode Home Page can be found at
|
The official Emacs VHDL Mode Home Page can be found at
|
||||||
@uref{http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html}.
|
@uref{http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html}.
|
||||||
|
|
||||||
@node Sample .emacs File
|
@node Sample Init File
|
||||||
@chapter Sample @file{.emacs} file
|
@chapter Sample Init File
|
||||||
@cindex Sample @file{.emacs} 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.
|
VHDL Mode menu, which requires no editing of the .emacs file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue