summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideshow.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-01-10 22:53:12 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-01-10 22:53:12 -0800
commit5a5fa834285f10c4ab10de4de149c5b0f73403f4 (patch)
tree6a62a7063545a14a579167e568915b8defca0dd3 /lisp/progmodes/hideshow.el
parent090446227fc1de9a69449cda72bbf541c32a7f86 (diff)
downloademacs-5a5fa834285f10c4ab10de4de149c5b0f73403f4.tar.gz
Duplicate-word and spelling fixes.
Diffstat (limited to 'lisp/progmodes/hideshow.el')
-rw-r--r--lisp/progmodes/hideshow.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el
index c9ba5ef2818..0884d28ad5a 100644
--- a/lisp/progmodes/hideshow.el
+++ b/lisp/progmodes/hideshow.el
@@ -604,7 +604,7 @@ we return a list having a nil as its car and the end of comment position
as cdr."
(save-excursion
;; the idea is to look backwards for a comment start regexp, do a
- ;; forward comment, and see if we are inside, then extend extend
+ ;; forward comment, and see if we are inside, then extend
;; forward and backward as long as we have comments
(let ((q (point)))
(when (or (looking-at hs-c-start-regexp)