diff options
Diffstat (limited to 'doc/misc/vhdl-mode.texi')
-rw-r--r-- | doc/misc/vhdl-mode.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/vhdl-mode.texi b/doc/misc/vhdl-mode.texi index 8fc75106d52..c0efdbf75f4 100644 --- a/doc/misc/vhdl-mode.texi +++ b/doc/misc/vhdl-mode.texi @@ -734,7 +734,7 @@ operator on the first line of the statement. Here is the lisp code Custom indent functions take a single argument, which is a syntactic component cons cell (see @ref{Syntactic Analysis}). The function returns an integer offset value that will be added to the -running total indentation for the lne. Note that what actually gets +running total indentation for the line. Note that what actually gets returned is the difference between the column that the signal assignment operator is on, and the column of the buffer relative position passed in the function's argument. Remember that VHDL Mode automatically |