aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2017-08-29 08:59:55 +0200
committerGitHub <[email protected]>2017-08-29 08:59:55 +0200
commit608897f0f97ef307f426af6b34f802298275c2b1 (patch)
tree50d28f33f45b8ce92fec73d8d6d0e6b11212ce43 /lib/wx
parent3aa559f584559af3a76ecd8c2367f59e062dbe0e (diff)
parent1f8be88437566ad0aff20a3f6f8230ee78574e4c (diff)
downloadotp-608897f0f97ef307f426af6b34f802298275c2b1.tar.gz
otp-608897f0f97ef307f426af6b34f802298275c2b1.tar.bz2
otp-608897f0f97ef307f426af6b34f802298275c2b1.zip
Merge pull request #1525 from bitnitdit/remove-query-keyword-residues
Remove query keyword residues
Diffstat (limited to 'lib/wx')
-rw-r--r--lib/wx/examples/demo/demo.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/examples/demo/demo.erl b/lib/wx/examples/demo/demo.erl
index 8fb70ad7b0..8f3291305b 100644
--- a/lib/wx/examples/demo/demo.erl
+++ b/lib/wx/examples/demo/demo.erl
@@ -411,7 +411,7 @@ find(Ed) ->
keyWords() ->
L = ["after","begin","case","try","cond","catch","andalso","orelse",
- "end","fun","if","let","of","query","receive","when","bnot","not",
+ "end","fun","if","let","of","receive","when","bnot","not",
"div","rem","band","and","bor","bxor","bsl","bsr","or","xor"],
lists:flatten([K ++ " " || K <- L] ++ [0]).