Fix typo [ci skip]

Closes Homebrew/homebrew#48008.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Satoshi Ohmori 2016-01-13 03:01:26 +09:00 committed by Baptiste Fontaine
parent ff1ea13010
commit bb88a01951

View file

@ -46,7 +46,7 @@ class Coq < Formula
end
def caveats; <<-EOS.undent
To use the Coq Emacs mode, add the the following to your init file:
To use the Coq Emacs mode, add the following to your init file:
(setq auto-mode-alist (cons '("\\\\.v$" . coq-mode) auto-mode-alist))
(autoload 'coq-mode "coq" "Major mode for editing Coq vernacular." t)
EOS