Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2003-03-22 18:11:25 +0000
committerDani Megert2003-03-22 18:11:25 +0000
commitdb3bd55051bdcf97d3de753203dfa3d049522d76 (patch)
treeb1100a66d98c0fd46c1ba6b09ab9e09f664ca29b
parente23642d287b6c11947d15c65ad9a1e49f59c3144 (diff)
downloadeclipse.platform.text-db3bd55051bdcf97d3de753203dfa3d049522d76.tar.gz
eclipse.platform.text-db3bd55051bdcf97d3de753203dfa3d049522d76.tar.xz
eclipse.platform.text-db3bd55051bdcf97d3de753203dfa3d049522d76.zip
Fixed key capitalization
-rw-r--r--org.eclipse.ui.editors/_buildnotes_text_2_0.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/_buildnotes_text_2_0.html b/org.eclipse.ui.editors/_buildnotes_text_2_0.html
index d787d60f04a..f20e3346528 100644
--- a/org.eclipse.ui.editors/_buildnotes_text_2_0.html
+++ b/org.eclipse.ui.editors/_buildnotes_text_2_0.html
@@ -398,7 +398,7 @@ All find operations can be limited to a scope using the find replace dialog.
Multi-line selections serve as scope.</li>
<li>
-Emacs-like incremental search (CTRL-J) is now part of AbstractTextEditor.</li>
+Emacs-like incremental search (Ctrl-J) is now part of AbstractTextEditor.</li>
<li>
Preparations for key binding support</li>

Back to the top