From 6fa584e2a522100e3c3661a302eb21b75a95639c Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 8 Oct 2013 12:42:37 +0000 Subject: Fix a typo: s/preceging/preceding/ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- misc/ruby-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/ruby-mode.el') diff --git a/misc/ruby-mode.el b/misc/ruby-mode.el index a6d0c4cec3..e244ae4827 100644 --- a/misc/ruby-mode.el +++ b/misc/ruby-mode.el @@ -448,7 +448,7 @@ Emacs to Ruby." ((progn (forward-char -1) (and (looking-at "\\?") - (or (eq (char-syntax (preceging-char)) ?w) + (or (eq (char-syntax (preceding-char)) ?w) (ruby-special-char-p)))) nil) ((and (eq option 'heredoc) (< space 0)) -- cgit v1.2.3