From 368a576ff461d84d619473cd614357597b0e1872 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Sun, 6 Nov 2022 16:28:33 -0800 Subject: [PATCH] Fix copypasta in ruby.md --- docs/modules/ruby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ruby.md b/docs/modules/ruby.md index a98c78c..feea919 100644 --- a/docs/modules/ruby.md +++ b/docs/modules/ruby.md @@ -8,7 +8,7 @@ Emacs comes with Ruby programming support through the built-in `ruby-mode`. Whenever you are editing Ruby code run `C-h m` to -look at the Python mode key bindings. Alternatively look at the +look at the Ruby mode key bindings. Alternatively look at the menu bar entries under Ruby. To toggle the menu bar press `F12`. Prelude enables `CamelCase` aware editing in Ruby code (via `subword-mode`).