@@ -143,7 +143,7 @@ Make sure you have this in your @uref{http://www.gnu.org/software/emacs/manual/h
143
143
(" melpa-stable" . " http://stable.melpa.org/packages/" )))))
144
144
@end lisp
145
145
146
- Then run emacs , and evaluate:
146
+ Then run Emacs , and evaluate:
147
147
148
148
@code {M-x package-refresh-contents }
149
149
@@ -162,18 +162,18 @@ source code in color now.
162
162
@code {haskell-mode } is available from @uref {http://stable.melpa.org ,melpa-stable (releases) } and @uref {http://melpa.org , melpa
163
163
(git snapshots) }.
164
164
165
- Other means of obtaining ` haskell-mode` include
165
+ Other means of obtaining @code { haskell-mode } include
166
166
@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 }.
168
168
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 }
170
170
13.18 available at
171
171
@uref {https://github.com/haskell/haskell-mode/releases/tag/v13.18 }.
172
172
173
173
@section Customizing
174
174
175
175
@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
177
177
variables (@pxref {Easy Customization ,,,emacs }, for details). You can use
178
178
179
179
@kbd {M-x customize-group @key {RET } haskell } to browse the @code {haskell }
0 commit comments