summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsg <>2007-04-16 01:39:59 +0000
committerpsg <>2007-04-16 01:39:59 +0000
commitce661e010546d8825d934edec6b70a7aedca91fc (patch)
tree79ab5366738c40fb30c0b4c3b117eaea65e6e4bb
parent2a93bb80534940fb660ec493186919abb3253563 (diff)
debian-bts-control.el: typo in debian-bts-control-modes-to-reuse,
thanks to Luca Capello (Closes: #392274).
-rw-r--r--debian-bts-control.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian-bts-control.el b/debian-bts-control.el
index 4f23937..b864e70 100644
--- a/debian-bts-control.el
+++ b/debian-bts-control.el
@@ -82,7 +82,7 @@
'(mh-letter-mode mail-mode message-mode)
"List of modes in which calling `debian-bts-control' will reuse the buffer.
No new draft will be created. Instead control@bugs.debian.org will be
-added to the Cc: field and the comamnds added at t6he top of the message."
+added to the Cc: field and the comamnds added at the top of the message."
:group 'debian-bts-control
:type '(repeat symbol))
@@ -204,7 +204,7 @@ added to the Cc: field and the comamnds added at t6he top of the message."
(2 font-lock-type-face)
(3 font-lock-keyword-face nil t)
(4 font-lock-warning-face))
- ("^ *\\(tags\\) +\\(-?[0-9]+\\) +\\([-+=]? +\\)?\\(patch\\|wontfix\\|moreinfo\\|unreproducible\\|help\\|pending\\|fixed\\|fixed-in-experimental\\|fixed-upstream\\|security\\|upstream\\|confirmed\\|d-i\\|ipv6\\|lfs\\|l10n\\|potato\\|woody\\|sarge\\|sarge-ignore\\|etch\\|etch-ignore\\|sid\\|experimental\\)"
+ ("^ *\\(tags\\) +\\(-?[0-9]+\\) +\\([-+=]? +\\)?\\(patch\\|wontfix\\|moreinfo\\|unreproducible\\|help\\|pending\\|fixed-in-experimental\\|fixed-upstream\\|fixed\\|security\\|upstream\\|confirmed\\|d-i\\|ipv6\\|lfs\\|l10n\\|potato\\|woody\\|sarge-ignore\\|sarge\\|etch-ignore\\|etch\\|sid\\|experimental\\)"
(1 font-lock-function-name-face)
(2 font-lock-type-face)
(3 font-lock-keyword-face nil t)