aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2014-09-11 12:44:25 -0700
committerPaul Eggert2014-09-11 12:44:25 -0700
commit0f2ed59206faf8d71c71203613a715c6aa187c3e (patch)
tree7da027a3fc4ed89cb156052fe0c481b7d70f71f7 /doc
parent1dd1218653be3425e7f53ea1cfcb0d14addfaa05 (diff)
downloademacs-0f2ed59206faf8d71c71203613a715c6aa187c3e.tar.gz
emacs-0f2ed59206faf8d71c71203613a715c6aa187c3e.zip
Spelling fixes.
* lisp/ses.el (ses-file-format-extend-parameter-list): Rename from ses-file-format-extend-paramter-list. All uses changed. * lisp/gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling of ":delete".
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/vhdl-mode.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/vhdl-mode.texi b/doc/misc/vhdl-mode.texi
index 35c6e0b130e..39bdcac5139 100644
--- a/doc/misc/vhdl-mode.texi
+++ b/doc/misc/vhdl-mode.texi
@@ -212,7 +212,7 @@ indented relative to buffer position 20, which is the @samp{b} in the
212 212
213@cindex comment only line 213@cindex comment only line
214Syntactic component lists can contain more than one component, and 214Syntactic component lists can contain more than one component, and
215individual syntactic compenents need not have relative buffer positions. 215individual syntactic components need not have relative buffer positions.
216The most common example of this is a line that contains a @dfn{comment 216The most common example of this is a line that contains a @dfn{comment
217only line}. 217only line}.
218@example 218@example
@@ -416,7 +416,7 @@ to:
416@end group 416@end group
417@end example 417@end example
418 418
419In other words, we want to change the indentation of the statments 419In other words, we want to change the indentation of the statements
420inside the inverter process. Notice that the construct we want to 420inside the inverter process. Notice that the construct we want to
421change starts on line 3. To change the indentation of a line, we need 421change starts on line 3. To change the indentation of a line, we need
422to see which syntactic component affect the offset calculations for that 422to see which syntactic component affect the offset calculations for that
@@ -630,7 +630,7 @@ using @code{vhdl-set-style}.
630@findex set-offset (vhdl-) 630@findex set-offset (vhdl-)
631Another variable, @code{vhdl-file-offsets}, takes an association list 631Another variable, @code{vhdl-file-offsets}, takes an association list
632similar to what is allowed in @code{vhdl-offsets-alist}. When the file is 632similar to what is allowed in @code{vhdl-offsets-alist}. When the file is
633visited, VHDL Mode will automatically institute these offets using 633visited, VHDL Mode will automatically institute these offsets using
634@code{vhdl-set-offset}. @xref{Customizing Indentation}. 634@code{vhdl-set-offset}. @xref{Customizing Indentation}.
635 635
636Note that file style settings (i.e. @code{vhdl-file-style}) are applied 636Note that file style settings (i.e. @code{vhdl-file-style}) are applied
@@ -648,7 +648,7 @@ before file offset settings (i.e. @code{vhdl-file-offsets}).
648For most users, VHDL Mode will support their coding styles with 648For most users, VHDL Mode will support their coding styles with
649very little need for customizations. Usually, one of the standard 649very little need for customizations. Usually, one of the standard
650styles defined in @code{vhdl-style-alist} will do the trick. Sometimes, 650styles defined in @code{vhdl-style-alist} will do the trick. Sometimes,
651one of the syntactic symbol offsets will need to be tweeked slightly, or 651one of the syntactic symbol offsets will need to be tweaked slightly, or
652perhaps @code{vhdl-basic-offset} will need to be changed. However, some 652perhaps @code{vhdl-basic-offset} will need to be changed. However, some
653styles require a more advanced ability for customization, and one of the 653styles require a more advanced ability for customization, and one of the
654real strengths of VHDL Mode is that the syntactic analysis model 654real strengths of VHDL Mode is that the syntactic analysis model