branch: externals/ruby-end
commit 91fd0a7340572f0bffc52297f44930b6550e0596
Author: Johan Andersson <johan.rej...@gmail.com>
Commit: Johan Andersson <johan.rej...@gmail.com>

    Quote keywords differently.
---
 ruby-end.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ruby-end.el b/ruby-end.el
index 5b16a67082..08ea7c5ebf 100644
--- a/ruby-end.el
+++ b/ruby-end.el
@@ -32,7 +32,7 @@
 ;;; Commentary:
 
 ;; ruby-end is a minor mode for Emacs that can be used with ruby-mode
-;; to automatically close blocks by inserting **end** when typing a
+;; to automatically close blocks by inserting "end" when typing a
 ;; block-keyword, followed by a space.
 ;;
 ;; To use ruby-end-mode, make sure that this file is in Emacs load-path:

Reply via email to