# File lib/rbreadline.rb, line 7877
  def rl_upcase_word(count, key)
    rl_change_case(count, UpCase)
  end