diff lisp/progmodes/cplus-md.el @ 16427:3b9f64eb097b

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Oct 1996 02:42:58 +0000
parents e263cca8d928
children 720d1f98ae42
line wrap: on
line diff
--- a/lisp/progmodes/cplus-md.el	Sat Oct 12 02:41:07 1996 +0000
+++ b/lisp/progmodes/cplus-md.el	Sat Oct 12 02:42:58 1996 +0000
@@ -353,11 +353,11 @@
     (save-excursion
       (skip-chars-backward " \t")
       (max
-       ;; leave at least one space on non-empty lines.
+       ;; Leave at least one space on non-empty lines.
        (if (zerop (current-column)) 0 (1+ (current-column)))
        (let ((cur-pt (point)))
 	 (beginning-of-line 0)
-	 ;; If previous line had a comment, use it's indent
+	 ;; If previous line had a comment, use its indentation.
 	 (if (re-search-forward comment-start-skip cur-pt t)
 	     (progn
 	       (goto-char (match-beginning 0))