summaryrefslogtreecommitdiff
path: root/emacs/cperl-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/cperl-mode.el')
-rw-r--r--emacs/cperl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/cperl-mode.el b/emacs/cperl-mode.el
index 8abdb0ea3a..7ed963daf4 100644
--- a/emacs/cperl-mode.el
+++ b/emacs/cperl-mode.el
@@ -3703,7 +3703,7 @@ and closing parentheses and brackets.."
(if (eq (preceding-char) ?\))
(forward-sexp -1))
;; In the case it starts a subroutine, indent with
- ;; respect to `sub', not with respect to the the
+ ;; respect to `sub', not with respect to the
;; first thing on the line, say in the case of
;; anonymous sub in a hash.
;;