From e6c4b5547aa4f54ea27e2ab156547643f60115a1 Mon Sep 17 00:00:00 2001 From: Joshua Davey Date: Wed, 11 Jun 2014 10:41:10 -0500 Subject: [PATCH] Update documentation: keyword -> symbol --- doc/fireplace.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/fireplace.txt b/doc/fireplace.txt index 6b07f97..bbc2c8f 100644 --- a/doc/fireplace.txt +++ b/doc/fireplace.txt @@ -57,7 +57,7 @@ DOCUMENTATION *fireplace-documentation* :Javadoc {class} Open the java docs for the given class in a browser. *fireplace-K* -K Look up docs for keyword under cursor. +K Look up docs for symbol under cursor. *fireplace-:FindDoc* :FindDoc {arg} Wrapper around (clojure.repl/find-doc ...). @@ -66,7 +66,7 @@ K Look up docs for keyword under cursor. :Source {symbol} Show the source for the given symbol. *fireplace-[d* -[d Show source for keyword under cursor. +[d Show source for symbol under cursor. ]d NAVIGATING *fireplace-navigating* @@ -75,11 +75,11 @@ These commands will never use a remote REPL, only a local one, as file paths on a remote server wouldn't be very useful locally. *fireplace-[_CTRL-D* -[ Jump to the source of the keyword under the cursor. +[ Jump to the source of the symbol under the cursor. ] *fireplace-CTRL-W_CTRL-D* - Jump to the source of the keyword under the cursor in + Jump to the source of the symbol under the cursor in d a split. *fireplace-gf*