diff options
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/ada-xref.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/js.el | 3 | ||||
| -rw-r--r-- | lisp/progmodes/meta-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/verilog-mode.el | 8 |
5 files changed, 9 insertions, 8 deletions
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index f30457992a3..9c53b1a9e23 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el | |||
| @@ -1533,7 +1533,7 @@ the project file." | |||
| 1533 | ;; .ali file for a spec file. If we are, go to step 3. | 1533 | ;; .ali file for a spec file. If we are, go to step 3. |
| 1534 | ;; 3- If the file is not found or step 2 failed: | 1534 | ;; 3- If the file is not found or step 2 failed: |
| 1535 | ;; find the name of the "other file", ie the body, and look | 1535 | ;; find the name of the "other file", ie the body, and look |
| 1536 | ;; for its associated .ali file by subtituing the extension | 1536 | ;; for its associated .ali file by subtituting the extension |
| 1537 | ;; | 1537 | ;; |
| 1538 | ;; We must also handle the case of separate packages and subprograms: | 1538 | ;; We must also handle the case of separate packages and subprograms: |
| 1539 | ;; 4- If no ali file was found, we try to modify the file name by removing | 1539 | ;; 4- If no ali file was found, we try to modify the file name by removing |
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 57ee3943bbe..2d18498d6f4 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -2594,7 +2594,7 @@ comment at the start of cc-engine.el for more info." | |||
| 2594 | mstart) ; start of a macro. | 2594 | mstart) ; start of a macro. |
| 2595 | 2595 | ||
| 2596 | (save-excursion | 2596 | (save-excursion |
| 2597 | ;; Each time round the following loop, we enter a succesively deeper | 2597 | ;; Each time round the following loop, we enter a successively deeper |
| 2598 | ;; level of brace/paren nesting. (Except sometimes we "continue at | 2598 | ;; level of brace/paren nesting. (Except sometimes we "continue at |
| 2599 | ;; the existing level".) `pa+1' is a pos inside an opening | 2599 | ;; the existing level".) `pa+1' is a pos inside an opening |
| 2600 | ;; brace/paren/bracket, usually just after it. | 2600 | ;; brace/paren/bracket, usually just after it. |
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index f0c86265232..808d17dff54 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el | |||
| @@ -369,7 +369,8 @@ Match group 1 is the name of the macro.") | |||
| 369 | ;; must be h-end. | 369 | ;; must be h-end. |
| 370 | ;; | 370 | ;; |
| 371 | ;; js--pitem instances are never modified (with the exception | 371 | ;; js--pitem instances are never modified (with the exception |
| 372 | ;; of the b-end field). Instead, modified copies are added at subseqnce parse points. | 372 | ;; of the b-end field). Instead, modified copies are added at |
| 373 | ;; subsequence parse points. | ||
| 373 | ;; (The exception for b-end and its caveats is described below.) | 374 | ;; (The exception for b-end and its caveats is described below.) |
| 374 | ;; | 375 | ;; |
| 375 | 376 | ||
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el index d0a34179cc8..53ae22b9908 100644 --- a/lisp/progmodes/meta-mode.el +++ b/lisp/progmodes/meta-mode.el | |||
| @@ -384,7 +384,7 @@ Each entry is a list with the following elements: | |||
| 384 | 1. Regexp matching the preceding text. | 384 | 1. Regexp matching the preceding text. |
| 385 | 2. A number indicating the subgroup in the regexp containing the text. | 385 | 2. A number indicating the subgroup in the regexp containing the text. |
| 386 | 3. A function returning an alist of possible completions. | 386 | 3. A function returning an alist of possible completions. |
| 387 | 4. Text to append after a succesful completion (if any). | 387 | 4. Text to append after a successful completion (if any). |
| 388 | 388 | ||
| 389 | Or alternatively: | 389 | Or alternatively: |
| 390 | 1. Regexp matching the preceding text. | 390 | 1. Regexp matching the preceding text. |
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 52e7b6e2429..f68398c6459 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el | |||
| @@ -1423,7 +1423,7 @@ If set will become buffer local.") | |||
| 1423 | ["AUTOSENSE" (describe-function 'verilog-auto-sense) | 1423 | ["AUTOSENSE" (describe-function 'verilog-auto-sense) |
| 1424 | :help "Help on AUTOSENSE - sensitivity lists for always blocks"] | 1424 | :help "Help on AUTOSENSE - sensitivity lists for always blocks"] |
| 1425 | ["AUTOTIEOFF" (describe-function 'verilog-auto-tieoff) | 1425 | ["AUTOTIEOFF" (describe-function 'verilog-auto-tieoff) |
| 1426 | :help "Help on AUTOTIEOFF - tieing off unused outputs"] | 1426 | :help "Help on AUTOTIEOFF - tying off unused outputs"] |
| 1427 | ["AUTOUNUSED" (describe-function 'verilog-auto-unused) | 1427 | ["AUTOUNUSED" (describe-function 'verilog-auto-unused) |
| 1428 | :help "Help on AUTOUNUSED - terminating unused inputs"] | 1428 | :help "Help on AUTOUNUSED - terminating unused inputs"] |
| 1429 | ["AUTOWIRE" (describe-function 'verilog-auto-wire) | 1429 | ["AUTOWIRE" (describe-function 'verilog-auto-wire) |
| @@ -1667,7 +1667,7 @@ This speeds up complicated regexp matches." | |||
| 1667 | ;; Similar to `delete-trailing-whitespace' but that's not present in XEmacs | 1667 | ;; Similar to `delete-trailing-whitespace' but that's not present in XEmacs |
| 1668 | (save-excursion | 1668 | (save-excursion |
| 1669 | (goto-char (point-min)) | 1669 | (goto-char (point-min)) |
| 1670 | (while (re-search-forward "[ \t]+$" nil t) ;; Not syntatic WS as no formfeed | 1670 | (while (re-search-forward "[ \t]+$" nil t) ;; Not syntactic WS as no formfeed |
| 1671 | (replace-match "" nil nil)))) | 1671 | (replace-match "" nil nil)))) |
| 1672 | 1672 | ||
| 1673 | (defvar compile-command) | 1673 | (defvar compile-command) |
| @@ -11725,7 +11725,7 @@ this is a recent change. To control this behavior, see | |||
| 11725 | `verilog-auto-reset-widths'. | 11725 | `verilog-auto-reset-widths'. |
| 11726 | 11726 | ||
| 11727 | AUTORESET ties signals to deasserted, which is presumed to be zero. | 11727 | AUTORESET ties signals to deasserted, which is presumed to be zero. |
| 11728 | Signals that match `verilog-active-low-regexp' will be deasserted by tieing | 11728 | Signals that match `verilog-active-low-regexp' will be deasserted by tying |
| 11729 | them to a one. | 11729 | them to a one. |
| 11730 | 11730 | ||
| 11731 | An example: | 11731 | An example: |
| @@ -11816,7 +11816,7 @@ finds all outputs in the module, and if that input is not otherwise declared | |||
| 11816 | as a register or wire, creates a tieoff. | 11816 | as a register or wire, creates a tieoff. |
| 11817 | 11817 | ||
| 11818 | AUTORESET ties signals to deasserted, which is presumed to be zero. | 11818 | AUTORESET ties signals to deasserted, which is presumed to be zero. |
| 11819 | Signals that match `verilog-active-low-regexp' will be deasserted by tieing | 11819 | Signals that match `verilog-active-low-regexp' will be deasserted by tying |
| 11820 | them to a one. | 11820 | them to a one. |
| 11821 | 11821 | ||
| 11822 | You can add signals you do not want included in AUTOTIEOFF with | 11822 | You can add signals you do not want included in AUTOTIEOFF with |