From cd8747ba6d6b4068331c921ee65260424c6d9699 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 22 Jun 2011 11:06:34 -0500 Subject: Unify modelines in Asciidoc files This gets us close to using the same modeline in all files we run through Asciidoc, as well as adding the spell and spelllang declarations, just as we had in NEWS already. The choice of 'en_us' is mainly for consistency and because the body of work already uses these spellings. Signed-off-by: Dan McGee --- doc/pacman-key.8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/pacman-key.8.txt') diff --git a/doc/pacman-key.8.txt b/doc/pacman-key.8.txt index 14f3cb9e..6bb0ee58 100644 --- a/doc/pacman-key.8.txt +++ b/doc/pacman-key.8.txt @@ -1,5 +1,5 @@ ///// -vim:set ts=4 sw=4 syntax=asciidoc noet: +vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: ///// pacman-key(8) ============= -- cgit v1.2.3-24-g4f1b