comparison 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
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
878 nil))) 878 nil)))
879 879
880 (defun c-beginning-of-statement (count) 880 (defun c-beginning-of-statement (count)
881 "Go to the beginning of the innermost C statement. 881 "Go to the beginning of the innermost C statement.
882 With prefix arg, go back N - 1 statements. If already at the beginning of a 882 With prefix arg, go back N - 1 statements. If already at the beginning of a
883 statement then go to the beginning of the preceeding one. 883 statement then go to the beginning of the preceding one.
884 If within a string or comment, or next to a comment (only whitespace between), 884 If within a string or comment, or next to a comment (only whitespace between),
885 move by sentences instead of statements." 885 move by sentences instead of statements."
886 (interactive "p") 886 (interactive "p")
887 (let ((here (point)) state) 887 (let ((here (point)) state)
888 (save-excursion 888 (save-excursion