diff options
| author | Paul Eggert | 2014-09-11 12:44:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-11 12:44:25 -0700 |
| commit | 0f2ed59206faf8d71c71203613a715c6aa187c3e (patch) | |
| tree | 7da027a3fc4ed89cb156052fe0c481b7d70f71f7 /doc | |
| parent | 1dd1218653be3425e7f53ea1cfcb0d14addfaa05 (diff) | |
| download | emacs-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.texi | 8 |
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 |
| 214 | Syntactic component lists can contain more than one component, and | 214 | Syntactic component lists can contain more than one component, and |
| 215 | individual syntactic compenents need not have relative buffer positions. | 215 | individual syntactic components need not have relative buffer positions. |
| 216 | The most common example of this is a line that contains a @dfn{comment | 216 | The most common example of this is a line that contains a @dfn{comment |
| 217 | only line}. | 217 | only line}. |
| 218 | @example | 218 | @example |
| @@ -416,7 +416,7 @@ to: | |||
| 416 | @end group | 416 | @end group |
| 417 | @end example | 417 | @end example |
| 418 | 418 | ||
| 419 | In other words, we want to change the indentation of the statments | 419 | In other words, we want to change the indentation of the statements |
| 420 | inside the inverter process. Notice that the construct we want to | 420 | inside the inverter process. Notice that the construct we want to |
| 421 | change starts on line 3. To change the indentation of a line, we need | 421 | change starts on line 3. To change the indentation of a line, we need |
| 422 | to see which syntactic component affect the offset calculations for that | 422 | to 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-) |
| 631 | Another variable, @code{vhdl-file-offsets}, takes an association list | 631 | Another variable, @code{vhdl-file-offsets}, takes an association list |
| 632 | similar to what is allowed in @code{vhdl-offsets-alist}. When the file is | 632 | similar to what is allowed in @code{vhdl-offsets-alist}. When the file is |
| 633 | visited, VHDL Mode will automatically institute these offets using | 633 | visited, 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 | ||
| 636 | Note that file style settings (i.e. @code{vhdl-file-style}) are applied | 636 | Note 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}). | |||
| 648 | For most users, VHDL Mode will support their coding styles with | 648 | For most users, VHDL Mode will support their coding styles with |
| 649 | very little need for customizations. Usually, one of the standard | 649 | very little need for customizations. Usually, one of the standard |
| 650 | styles defined in @code{vhdl-style-alist} will do the trick. Sometimes, | 650 | styles defined in @code{vhdl-style-alist} will do the trick. Sometimes, |
| 651 | one of the syntactic symbol offsets will need to be tweeked slightly, or | 651 | one of the syntactic symbol offsets will need to be tweaked slightly, or |
| 652 | perhaps @code{vhdl-basic-offset} will need to be changed. However, some | 652 | perhaps @code{vhdl-basic-offset} will need to be changed. However, some |
| 653 | styles require a more advanced ability for customization, and one of the | 653 | styles require a more advanced ability for customization, and one of the |
| 654 | real strengths of VHDL Mode is that the syntactic analysis model | 654 | real strengths of VHDL Mode is that the syntactic analysis model |