Mercurial > emacs
comparison lisp/progmodes/octave-mod.el @ 47939:5f47d61ffbdc
Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 18 Oct 2002 08:52:37 +0000 |
parents | 3dbc8d04a492 |
children | 8dad7ccccdcb |
comparison
equal
deleted
inserted
replaced
47938:65eaf21a0a44 | 47939:5f47d61ffbdc |
---|---|
1181 (octave-in-comment-p) | 1181 (octave-in-comment-p) |
1182 (not (save-excursion | 1182 (not (save-excursion |
1183 (beginning-of-line) | 1183 (beginning-of-line) |
1184 (looking-at "^\\s-*\\s<+\\s-*$")))) | 1184 (looking-at "^\\s-*\\s<+\\s-*$")))) |
1185 ;; This is a nonempty comment line which does not extend | 1185 ;; This is a nonempty comment line which does not extend |
1186 ;; past the fill column. If it is followed by an nonempty | 1186 ;; past the fill column. If it is followed by a nonempty |
1187 ;; comment line with the same comment prefix, try to | 1187 ;; comment line with the same comment prefix, try to |
1188 ;; combine them, and repeat this until either we reach the | 1188 ;; combine them, and repeat this until either we reach the |
1189 ;; fill-column or there is nothing more to combine. | 1189 ;; fill-column or there is nothing more to combine. |
1190 (progn | 1190 (progn |
1191 ;; Get the comment prefix | 1191 ;; Get the comment prefix |