]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/dcl-mode.el
Spelling fixes.
[gnu-emacs] / lisp / progmodes / dcl-mode.el
index d855861d552a9152d441cb68e2eb1aefd63604d4..eeb145e2b1a2b452b6608396566440deae0707a5 100644 (file)
@@ -708,7 +708,7 @@ Returns point of the found command line or nil if not able to move."
            (setq done t)               ; not a label-only line, exit the loop
            (setq retval (point))))
        ;; We couldn't go further back, and we haven't found a command yet.
-       ;; Return to the start positionn
+       ;; Return to the start position.
        (goto-char start)
        (setq done t)
        (setq retval nil)))
@@ -756,7 +756,7 @@ Returns point of the found command line or nil if not able to move."
              (setq done t)             ; not a label-only line, exit the loop
              (setq retval (point)))))
        ;; We couldn't go further back, and we haven't found a command yet.
-       ;; Return to the start positionn
+       ;; Return to the start position.
        (goto-char start)
        (setq done t)
        (setq retval nil)))