diff options
author | 2011-08-30 20:58:06 -0400 | |
---|---|---|
committer | 2011-08-30 20:58:06 -0400 | |
commit | 94a410830cc0c93323dcb69a63a57e3c5d963d3b (patch) | |
tree | d7105bd586e07ca106e6d0c0e9ff12641c0fc0e4 /doc/manual/6_AdeptEditing.md | |
parent | be8a54727383036e65ff3459f9b9ea7f733ec5bf (diff) | |
download | textadept-94a410830cc0c93323dcb69a63a57e3c5d963d3b.tar.gz textadept-94a410830cc0c93323dcb69a63a57e3c5d963d3b.zip |
Updated manual.
Diffstat (limited to 'doc/manual/6_AdeptEditing.md')
-rw-r--r-- | doc/manual/6_AdeptEditing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/6_AdeptEditing.md b/doc/manual/6_AdeptEditing.md index ba633e53..cf714c00 100644 --- a/doc/manual/6_AdeptEditing.md +++ b/doc/manual/6_AdeptEditing.md @@ -149,7 +149,7 @@ If no text is selected, the word to the left of the caret is enclosed. ## Word Highlight All occurrences of a given word are highlighted by putting the caret over the -word and pressing `Ctrl+Shift+H` (`⌘⇧H` on Mac OSX). This is useful to show +word and pressing `Ctrl+Alt+Shift+H` (`⌘⇧H` on Mac OSX). This is useful to show occurrences of a variable name in source code.  |