# File lib/rbreadline.rb, line 7887
  def rl_capitalize_word(count, key)
    rl_change_case(count, CapCase)
  end