aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorPaul Eggert2014-01-15 22:24:06 -0800
committerPaul Eggert2014-01-15 22:24:06 -0800
commitc91c771dbe242cd942c00a0a57c18c1482e59fa0 (patch)
treeabb6fcaf49f4bda5eda2443fb5a6f7531a8a2a74 /lisp/progmodes
parent7da02a6769e84cd0a9df8b1bc18ac78df1c0b058 (diff)
downloademacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.tar.gz
emacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.zip
Spelling fixes.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cc-engine.el4
-rw-r--r--lisp/progmodes/cperl-mode.el4
-rw-r--r--lisp/progmodes/gud.el2
3 files changed, 5 insertions, 5 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 16d5da5f12c..efa8be1c80c 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -3697,7 +3697,7 @@ comment at the start of cc-engine.el for more info."
3697 (while (let ((pos (or (and (looking-at c-nonsymbol-token-regexp) 3697 (while (let ((pos (or (and (looking-at c-nonsymbol-token-regexp)
3698 (match-end 0)) 3698 (match-end 0))
3699 ;; `c-nonsymbol-token-regexp' should always match 3699 ;; `c-nonsymbol-token-regexp' should always match
3700 ;; since we've skipped backward over punctuator 3700 ;; since we've skipped backward over punctuation
3701 ;; or paren syntax, but consume one char in case 3701 ;; or paren syntax, but consume one char in case
3702 ;; it doesn't so that we don't leave point before 3702 ;; it doesn't so that we don't leave point before
3703 ;; some earlier incorrect token. 3703 ;; some earlier incorrect token.
@@ -3721,7 +3721,7 @@ comment at the start of cc-engine.el for more info."
3721 (if (looking-at c-nonsymbol-token-regexp) 3721 (if (looking-at c-nonsymbol-token-regexp)
3722 (goto-char (match-end 0)) 3722 (goto-char (match-end 0))
3723 ;; `c-nonsymbol-token-regexp' should always match since 3723 ;; `c-nonsymbol-token-regexp' should always match since
3724 ;; we've skipped backward over punctuator or paren 3724 ;; we've skipped backward over punctuation or paren
3725 ;; syntax, but move forward in case it doesn't so that 3725 ;; syntax, but move forward in case it doesn't so that
3726 ;; we don't leave point earlier than we started with. 3726 ;; we don't leave point earlier than we started with.
3727 (forward-char)) 3727 (forward-char))
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index 3dda0c9e3a9..c4f2b9ffe51 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -3124,7 +3124,7 @@ and closing parentheses and brackets."
3124 (+ (if (or (memq (elt i 2) (append "}])" nil)) ; char-after 3124 (+ (if (or (memq (elt i 2) (append "}])" nil)) ; char-after
3125 (eq 'continuation ; do not stagger continuations 3125 (eq 'continuation ; do not stagger continuations
3126 (elt (cperl-sniff-for-indent parse-data) 0))) 3126 (elt (cperl-sniff-for-indent parse-data) 0)))
3127 0 ; Closing parenth or continuation of a continuation 3127 0 ; Closing parenthesis or continuation of a continuation
3128 cperl-continued-statement-offset) 3128 cperl-continued-statement-offset)
3129 (if (or (elt i 3) ; is-block 3129 (if (or (elt i 3) ; is-block
3130 (not (elt i 4)) ; is-brace 3130 (not (elt i 4)) ; is-brace
@@ -5145,7 +5145,7 @@ Returns some position at the last line."
5145 (if (eq (following-char) ?\( ) 5145 (if (eq (following-char) ?\( )
5146 (progn 5146 (progn
5147 (forward-sexp 1) 5147 (forward-sexp 1)
5148 (setq pp (point))) ; past parenth-group 5148 (setq pp (point))) ; past parenthesis-group
5149 ;; after `else' or nothing 5149 ;; after `else' or nothing
5150 (if ml ; after `else' 5150 (if ml ; after `else'
5151 (skip-chars-backward " \t\n") 5151 (skip-chars-backward " \t\n")
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index f1a8be24013..6c8160e0aea 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -1368,7 +1368,7 @@ and source-file directory for your debugger."
1368 ) 1368 )
1369 1369
1370;; ====================================================================== 1370;; ======================================================================
1371;; xdb (HP PARISC debugger) functions 1371;; xdb (HP PA-RISC debugger) functions
1372 1372
1373;; History of argument lists passed to xdb. 1373;; History of argument lists passed to xdb.
1374(defvar gud-xdb-history nil) 1374(defvar gud-xdb-history nil)