Skip to content

Remove a stray parenthesis #1108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 24, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/haskell-mode.texi
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Make sure you have this in your @uref{http://www.gnu.org/software/emacs/manual/h
("melpa-stable" . "http://stable.melpa.org/packages/")))))
@end lisp

Then run emacs, and evaluate:
Then run Emacs, and evaluate:

@code{M-x package-refresh-contents}

Expand All @@ -162,18 +162,18 @@ source code in color now.
@code{haskell-mode} is available from @uref{http://stable.melpa.org,melpa-stable (releases)} and @uref{http://melpa.org, melpa
(git snapshots)}.

Other means of obtaining `haskell-mode` include
Other means of obtaining @code{haskell-mode} include
@uref{https://github.com/dimitri/el-get, el-get},
@uref{https://github.com/bbatsov/prelude, Emacs Prelude}) and @uref{https://packages.debian.org/search?keywords=haskell-mode, Debian package}.
@uref{https://github.com/bbatsov/prelude, Emacs Prelude} and @uref{https://packages.debian.org/search?keywords=haskell-mode, Debian package}.

Last version of haskell-mode that supported Emacs 23 is haskell-mode
Last version of @code{haskell-mode} that supported Emacs 23 is @code{haskell-mode}
13.18 available at
@uref{https://github.com/haskell/haskell-mode/releases/tag/v13.18}.

@section Customizing

@cindex customizing
Most of Haskell Mode's settings are configurable via customizable
Most of @code{haskell-mode}'s settings are configurable via customizable
variables (@pxref{Easy Customization,,,emacs}, for details). You can use

@kbd{M-x customize-group @key{RET} haskell} to browse the @code{haskell}
Expand Down