X-Git-Url: http://gitweb.michael.orlitzky.com/?p=nagios-mode.git;a=blobdiff_plain;f=README;h=db37f24eae7520e389669d24013d673f1c1f0a0a;hp=b39a1b929fa9a4d4e1f6e9d7017e753407b3a358;hb=HEAD;hpb=119de5d55ab61f2e9b2c896f8cf3bcca9d05f60a diff --git a/README b/README index b39a1b9..c184bce 100644 --- a/README +++ b/README @@ -28,8 +28,8 @@ And tell Emacs to use it automatically when editing *.cfg files, (append (list '("\\.cfg$" . nagios-mode)) auto-mode-alist)) -which works great so long as you don't work with any other *.cfg files -that have a different syntax. +which works great so long as you don't edit any other *.cfg files that +have a different syntax. == How it works ==