diff --git a/core/prelude-core.el b/core/prelude-core.el index 7349f46..fa022f3 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -72,7 +72,7 @@ PROMPT sets the `read-string prompt." (defvar prelude-tips '("Press to open a file with external program." - "Press to navigate a project's files with ido." + "Press to navigate a project's files." "Press to open a recently visited file." "Press to run grep on a project." "Press to switch between projects." @@ -95,7 +95,7 @@ PROMPT sets the `read-string prompt." "Press or to join lines." "Press or to jump to the start of a word in any visible window." "Press to toggle the menu bar." - "Explore the Tools->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 .")) (defun prelude-tip-of-the-day ()