From 0162212c8a48987fb9bcdfe13e0115b6b562e3c2 Mon Sep 17 00:00:00 2001
From: Bozhidar Batsov <bozhidar@batsov.com>
Date: Mon, 7 May 2012 18:06:32 +0300
Subject: [PATCH] minor change

---
 prelude/prelude-core.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/prelude/prelude-core.el b/prelude/prelude-core.el
index 7719d45..b872a77 100644
--- a/prelude/prelude-core.el
+++ b/prelude/prelude-core.el
@@ -373,7 +373,9 @@ and so on."
     "Press <C-c g> to search in Google."
     "Press <C-c r> to rename the current buffer and file it's visiting."
     "Press <C-c t> to open a terminal in Emacs."
-    "Explore the Prelude menu to find out about some of Prelude extensions to Emacs."))
+    "Explore the Prelude menu to find out about some of Prelude extensions to Emacs."
+    "Access the official Emacs manual by pressing <C-h r>."
+    "Visit WikEmacs at http://wikemacs.org to find out even more about Emacs."))
 
 (defun prelude-tip-of-the-day ()
   (interactive)