From: Russ Allbery
Date: Sat, 8 Aug 2009 02:07:47 +0000 (-0700)
Subject: Add an SGML comment with a close double-quote to unconfuse Emacs
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0cf0ec27c45374f3a0bc2f9e6f2d1fe870d667fe;p=debian%2Fdebian-policy.git
Add an SGML comment with a close double-quote to unconfuse Emacs
Emacs wants the unmatched double-quote in the discussion of init scripts
to be closed and otherwise treats the rest of the file as if it's in a
string. Unconfuse it with an SGML comment.
---
diff --git a/policy.sgml b/policy.sgml
index ece0d27..27deaa7 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -6376,10 +6376,10 @@ echo "Setting DNS domainname to \"$domainname\"."
- Note that the same symbol (") is used for the left
- and right quotation marks. A grave accent (`) is
- not a quote character; neither is an apostrophe
- (').
+ Note that the same symbol (") is used
+ for the left and right quotation marks. A grave accent
+ (`) is not a quote character; neither is an
+ apostrophe (').