Fix typo [ci skip]
Closes Homebrew/homebrew#48008. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
ff1ea13010
commit
bb88a01951
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue