summaryrefslogtreecommitdiff
path: root/doc/misc/vhdl-mode.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-09-27 18:48:06 +0300
committerEli Zaretskii <eliz@gnu.org>2018-09-27 18:48:06 +0300
commitd309994aff03200ed8ef9fadd98f69d6d3166701 (patch)
tree151b703fd42848daf4257a689f665b720e8e955e /doc/misc/vhdl-mode.texi
parent25cdd65c4eeb34e7781c1d2bf38a245518e92185 (diff)
downloademacs-d309994aff03200ed8ef9fadd98f69d6d3166701.tar.gz
emacs-d309994aff03200ed8ef9fadd98f69d6d3166701.tar.bz2
emacs-d309994aff03200ed8ef9fadd98f69d6d3166701.zip
Fix typos in documentation
* doc/misc/vhdl-mode.texi (Custom Indentation Functions): * doc/misc/url.texi (Customization): * doc/misc/tramp.texi (Overview): * doc/misc/srecode.texi (Developing Template Functions): * doc/misc/sieve.texi (Sieve Mode): * doc/misc/reftex.texi (Options - Creating Citations): * doc/misc/org.texi (Cooperation, Conflicts): * doc/misc/gnus.texi (Misc Group Stuff): * doc/misc/eshell.texi (Bugs and ideas): * doc/misc/calc.texi (Summary): * doc/man/emacsclient.1: * doc/lispref/os.texi (Security Considerations): * doc/lispref/control.texi (pcase Macro): * CONTRIBUTE: Fix typos. Reported by Mak Kolybabi <mak@kolybabi.com> (Bug#32853)
Diffstat (limited to 'doc/misc/vhdl-mode.texi')
-rw-r--r--doc/misc/vhdl-mode.texi2
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