From 630166f9faeb4165e14eb22b98bda2b11d04c305 Mon Sep 17 00:00:00 2001 From: "\"Valery V. Vorotyntsev\"" Date: Wed, 24 Oct 2007 14:42:44 +0000 Subject: [PATCH] Run.hs: documentation fix --- Run.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run.hs b/Run.hs index 1016cc84..f3639114 100644 --- a/Run.hs +++ b/Run.hs @@ -39,7 +39,7 @@ import XMonad (X, io, spawn) import {-# SOURCE #-} Config (terminal) -- $usage --- For an example usage of runInXTerm see XMonadContrib.SshPrompt +-- For an example usage of runInTerm see XMonadContrib.SshPrompt -- -- For an example usage of runProcessWithInput see -- XMonadContrib.{DirectoryPrompt,Dmenu,ShellPrompt,WmiiActions,WorkspaceDir}