branch: externals/ruby-end commit ed15f7506b5e7b5a9ba01c9a1283a95a75086d69 Author: Johan Andersson <johan.rej...@gmail.com> Commit: Johan Andersson <johan.rej...@gmail.com>
Update mode description. --- README.markdown | 5 +++-- ruby-end.el | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 527bb7cbb1..20ea169153 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,7 @@ # ruby-end -ruby-end is a minor mode for Ruby that closes a block by inserting -**end** when typing a block keyword, followed by a space. +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 +block-keyword, followed by a space. See comments in **ruby-end.el** for installation and usage information. diff --git a/ruby-end.el b/ruby-end.el index 3d35ae55d2..5b16a67082 100644 --- a/ruby-end.el +++ b/ruby-end.el @@ -31,8 +31,9 @@ ;;; Commentary: -;; ruby-end is a minor mode for Ruby that closes a block by inserting -;; "end" when typing a block keyword, followed by a space. +;; 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 +;; block-keyword, followed by a space. ;; ;; To use ruby-end-mode, make sure that this file is in Emacs load-path: ;; (add-to-list 'load-path "/path/to/directory/or/file")