Mercurial > emacs
diff src/atimer.c @ 111157:d3f1a0178876
Fix typos.
* doc/misc/gnus.texi (Group Parameters, Buttons): Fix typos.
* lisp/org/org-exp.el (org-export-visible):
* lisp/progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
Fix typos in docstrings.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sat, 23 Oct 2010 01:38:34 +0200 |
| parents | 1d1d5d9bd884 |
| children | bf6806de6892 376148b31b5e |
line wrap: on
line diff
--- a/src/atimer.c Fri Oct 22 12:52:08 2010 +0200 +++ b/src/atimer.c Sat Oct 23 01:38:34 2010 +0200 @@ -175,9 +175,9 @@ for (t = *list, prev = NULL; t && t != timer; prev = t, t = t->next) ; - /* If it is, take it off the its list, and put in on the - free-list. We don't bother to arrange for setting a - different alarm time, since a too early one doesn't hurt. */ + /* If it is, take it off its list, and put in on the free-list. + We don't bother to arrange for setting a different alarm time, + since a too early one doesn't hurt. */ if (t) { if (prev)
