diff lisp/progmodes/c-mode.el @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 14eb227cad41
children c8af07496d54
line wrap: on
line diff
--- a/lisp/progmodes/c-mode.el	Wed Jun 09 11:33:38 1993 +0000
+++ b/lisp/progmodes/c-mode.el	Wed Jun 09 11:59:12 1993 +0000
@@ -880,7 +880,7 @@
 (defun c-beginning-of-statement (count)
   "Go to the beginning of the innermost C statement.
 With prefix arg, go back N - 1 statements.  If already at the beginning of a
-statement then go to the beginning of the preceeding one.
+statement then go to the beginning of the preceding one.
 If within a string or comment, or next to a comment (only whitespace between),
 move by sentences instead of statements."
   (interactive "p")