Skip to content

Commit 4bb1164

Browse files
committed
Merge pull request #1108 from bbatsov/docfix
Remove a stray parenthesis
2 parents a10a600 + 31b4a3d commit 4bb1164

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/haskell-mode.texi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Make sure you have this in your @uref{http://www.gnu.org/software/emacs/manual/h
143143
("melpa-stable" . "http://stable.melpa.org/packages/")))))
144144
@end lisp
145145

146-
Then run emacs, and evaluate:
146+
Then run Emacs, and evaluate:
147147

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

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

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

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

173173
@section Customizing
174174

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

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

0 commit comments

Comments
 (0)