From 9e19a0ae48679aa6835ffde09bb44ca7e433abab Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 24 Jan 2016 14:10:08 +0200 Subject: [PATCH 1/3] Remove a stray parenthesis --- doc/haskell-mode.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/haskell-mode.texi b/doc/haskell-mode.texi index bbb109039..de7b5321a 100644 --- a/doc/haskell-mode.texi +++ b/doc/haskell-mode.texi @@ -164,7 +164,7 @@ source code in color now. Other means of obtaining `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 13.18 available at From 83e80ec01a02a53008bb54177ca6c6bccbd8b913 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 24 Jan 2016 21:17:04 +0200 Subject: [PATCH 2/3] Unify the way haskell-mode is written on the getting started page --- doc/haskell-mode.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/haskell-mode.texi b/doc/haskell-mode.texi index de7b5321a..ef1649777 100644 --- a/doc/haskell-mode.texi +++ b/doc/haskell-mode.texi @@ -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}. -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} From 31b4a3de91a93cfec8ef113982748c5286e51b7b Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 24 Jan 2016 21:19:21 +0200 Subject: [PATCH 3/3] Capitalize a mention of Emacs --- doc/haskell-mode.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/haskell-mode.texi b/doc/haskell-mode.texi index ef1649777..22b8732b0 100644 --- a/doc/haskell-mode.texi +++ b/doc/haskell-mode.texi @@ -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}