diff options
Diffstat (limited to 'lisp/progmodes/perl-mode.el')
-rw-r--r-- | lisp/progmodes/perl-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 9137119d052..c5d4df2ccfc 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -465,7 +465,7 @@ (scan-error (goto-char startpos) nil)) (not (or (nth 8 (parse-partial-sexp ;; Since we don't know if point is within - ;; the first or the scond arg, we have to + ;; the first or the second arg, we have to ;; start from the beginning. (if twoargs (1+ (nth 8 state)) (point)) limit nil nil state 'syntax-table)) @@ -511,7 +511,7 @@ (string-to-syntax "|e") (string-to-syntax "\"e"))) (forward-char 1) - ;; Re-use perl-syntax-propertize-special-constructs to handle the + ;; Reuse perl-syntax-propertize-special-constructs to handle the ;; second part (the first delimiter of second part can't be ;; preceded by "s" or "tr" or "y", so it will not be considered ;; as twoarg). |