# File lib/rbreadline.rb, line 7882
  def rl_downcase_word(count, key)
    rl_change_case(count, DownCase)
  end