Skip to content

Commit 9f1bf69

Browse files
committed
Remove references to info nodes
1 parent 1dc18ce commit 9f1bf69

4 files changed

+2
-12
lines changed

haskell-compile.el

+1-3
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ This is a child of `compilation-mode-map'.")
103103
This mode provides support for GHC 7.[46]'s compile
104104
messages. Specifically, also the `-ferror-spans` source location
105105
format is supported, as well as info-locations within compile
106-
messages pointing to additional source locations.
107-
108-
See Info node `(haskell-mode)compilation' for more details."
106+
messages pointing to additional source locations."
109107
(setq-local compilation-error-regexp-alist
110108
haskell-compilation-error-regexp-alist)
111109

haskell-interactive-mode.el

-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ interference with prompts that look like haskell expressions."
8585
(define-derived-mode haskell-interactive-mode fundamental-mode "Interactive-Haskell"
8686
"Interactive mode for Haskell.
8787
88-
See Info node `(haskell-mode)haskell-interactive-mode' for more
89-
information.
90-
9188
Key bindings:
9289
\\{haskell-interactive-mode-map}"
9390
:group 'haskell-interactive

haskell-mode.el

-4
Original file line numberDiff line numberDiff line change
@@ -717,8 +717,6 @@ Returns beginning position of qualified part or nil if no qualified part found."
717717
(define-derived-mode haskell-mode prog-mode "Haskell"
718718
"Major mode for editing Haskell programs.
719719
720-
For more information see also Info node `(haskell-mode)Getting Started'.
721-
722720
\\<haskell-mode-map>
723721
724722
Literate Haskell scripts are supported via `literate-haskell-mode'.
@@ -765,8 +763,6 @@ example, to enable `interactive-haskell-mode', use the following:
765763
766764
(add-hook 'haskell-mode-hook 'interactive-haskell-mode)
767765
768-
For more details see Info node `(haskell-mode)haskell-mode-hook'.
769-
770766
Minor modes that work well with `haskell-mode':
771767
772768
- `smerge-mode': show and work with diff3 conflict markers used

haskell-unicode-input-method.el

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727

2828
;;;###autoload
2929
(defun turn-on-haskell-unicode-input-method ()
30-
"Set input method `haskell-unicode'.
31-
See Info node `Unicode(haskell-mode)' for more details."
30+
"Set input method `haskell-unicode'."
3231
(interactive)
3332
(set-input-method "haskell-unicode"))
3433

0 commit comments

Comments
 (0)