aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorPaul Eggert2011-12-30 17:27:15 -0800
committerPaul Eggert2011-12-30 17:27:15 -0800
commit22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch)
tree39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/progmodes
parentb30941dba07605b40efbf139eed2007d6b1e5445 (diff)
downloademacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz
emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip
Spelling fixes.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/ada-xref.el2
-rw-r--r--lisp/progmodes/cc-engine.el2
-rw-r--r--lisp/progmodes/js.el3
-rw-r--r--lisp/progmodes/meta-mode.el2
-rw-r--r--lisp/progmodes/verilog-mode.el8
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:
3841. Regexp matching the preceding text. 3841. Regexp matching the preceding text.
3852. A number indicating the subgroup in the regexp containing the text. 3852. A number indicating the subgroup in the regexp containing the text.
3863. A function returning an alist of possible completions. 3863. A function returning an alist of possible completions.
3874. Text to append after a succesful completion (if any). 3874. Text to append after a successful completion (if any).
388 388
389Or alternatively: 389Or alternatively:
3901. Regexp matching the preceding text. 3901. 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
11727AUTORESET ties signals to deasserted, which is presumed to be zero. 11727AUTORESET ties signals to deasserted, which is presumed to be zero.
11728Signals that match `verilog-active-low-regexp' will be deasserted by tieing 11728Signals that match `verilog-active-low-regexp' will be deasserted by tying
11729them to a one. 11729them to a one.
11730 11730
11731An example: 11731An example:
@@ -11816,7 +11816,7 @@ finds all outputs in the module, and if that input is not otherwise declared
11816as a register or wire, creates a tieoff. 11816as a register or wire, creates a tieoff.
11817 11817
11818AUTORESET ties signals to deasserted, which is presumed to be zero. 11818AUTORESET ties signals to deasserted, which is presumed to be zero.
11819Signals that match `verilog-active-low-regexp' will be deasserted by tieing 11819Signals that match `verilog-active-low-regexp' will be deasserted by tying
11820them to a one. 11820them to a one.
11821 11821
11822You can add signals you do not want included in AUTOTIEOFF with 11822You can add signals you do not want included in AUTOTIEOFF with