aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorPaul Eggert2011-12-05 00:55:25 -0800
committerPaul Eggert2011-12-05 00:55:25 -0800
commitfa46310344375ef5c114cbb94d4acea39ac29239 (patch)
tree4d74de9694db1c199cd9301a27c48b4d4137cf0c /lisp/progmodes
parentc3c9e25e5d2c222d9f79a503c714b48c06078c08 (diff)
downloademacs-fa46310344375ef5c114cbb94d4acea39ac29239.tar.gz
emacs-fa46310344375ef5c114cbb94d4acea39ac29239.zip
Spelling fixes.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cc-defs.el2
-rw-r--r--lisp/progmodes/cc-engine.el4
-rw-r--r--lisp/progmodes/vhdl-mode.el2
3 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index c91fe13543a..2991b511830 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -473,7 +473,7 @@ various buffer change hooks."
473 473
474 (let ((saved-undo-list (elt saved-state 0))) 474 (let ((saved-undo-list (elt saved-state 0)))
475 (if (eq buffer-undo-list saved-undo-list) 475 (if (eq buffer-undo-list saved-undo-list)
476 ;; No change was done afterall. 476 ;; No change was done after all.
477 (setq buffer-undo-list (cdr saved-undo-list)) 477 (setq buffer-undo-list (cdr saved-undo-list))
478 478
479 (if keep 479 (if keep
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 9544c4f8728..cd483d20f2f 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -6832,7 +6832,7 @@ comment at the start of cc-engine.el for more info."
6832 got-suffix-after-parens 6832 got-suffix-after-parens
6833 (eq (char-after got-suffix-after-parens) ?\()) 6833 (eq (char-after got-suffix-after-parens) ?\())
6834 ;; Got a type, no declarator but a paren suffix. I.e. it's a 6834 ;; Got a type, no declarator but a paren suffix. I.e. it's a
6835 ;; normal function call afterall (or perhaps a C++ style object 6835 ;; normal function call after all (or perhaps a C++ style object
6836 ;; instantiation expression). 6836 ;; instantiation expression).
6837 (throw 'at-decl-or-cast nil)))) 6837 (throw 'at-decl-or-cast nil))))
6838 6838
@@ -9151,7 +9151,7 @@ comment at the start of cc-engine.el for more info."
9151 'label)) 9151 'label))
9152 (if (eq step 'up) 9152 (if (eq step 'up)
9153 (setq placeholder (point)) 9153 (setq placeholder (point))
9154 ;; There was no containing statement afterall. 9154 ;; There was no containing statement after all.
9155 (goto-char placeholder))))) 9155 (goto-char placeholder)))))
9156 placeholder)) 9156 placeholder))
9157 (if (looking-at c-block-stmt-2-key) 9157 (if (looking-at c-block-stmt-2-key)
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 0cf01b1228f..a81cc107ce3 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -4266,7 +4266,7 @@ Usage:
4266 4266
4267 CODE BEAUTIFICATION: 4267 CODE BEAUTIFICATION:
4268 `C-c M-b' and `C-c C-b' beautify the code of a region or of the entire 4268 `C-c M-b' and `C-c C-b' beautify the code of a region or of the entire
4269 buffer respectively. This inludes indentation, alignment, and case 4269 buffer respectively. This includes indentation, alignment, and case
4270 fixing. Code beautification can also be run non-interactively using the 4270 fixing. Code beautification can also be run non-interactively using the
4271 command: 4271 command:
4272 4272