Skip to content

Commit

Permalink
documentation fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jacott committed Apr 19, 2012
1 parent 62c6ddf commit 22c3c9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ruby-mode.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@


(defcustom ruby-extra-keywords (defcustom ruby-extra-keywords
nil nil
"Directories with Rails classes" "List of idents that will be fontified as keywords. `erm-reset'
will need to be called inorder for any changes to take effect."
:group 'ruby :group 'ruby
:type '(repeat string)) :type '(repeat string))


Expand Down Expand Up @@ -234,7 +235,7 @@
(erm-reset-syntax-buffers (cdr list))))) (erm-reset-syntax-buffers (cdr list)))))


(defun erm-reset () (defun erm-reset ()
"Reset all ruby-mode buffers and restart the ruby parser" "Reset all ruby-mode buffers and restart the ruby parser."
(interactive) (interactive)
(erm-reset-syntax-buffers erm-syntax-check-list) (erm-reset-syntax-buffers erm-syntax-check-list)
(setq erm-reparse-list nil (setq erm-reparse-list nil
Expand Down

0 comments on commit 22c3c9b

Please sign in to comment.