Fix a typo: s/preceging/preceding/
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cff2b2b666
commit
6fa584e2a5
@ -448,7 +448,7 @@ Emacs to Ruby."
|
|||||||
((progn
|
((progn
|
||||||
(forward-char -1)
|
(forward-char -1)
|
||||||
(and (looking-at "\\?")
|
(and (looking-at "\\?")
|
||||||
(or (eq (char-syntax (preceging-char)) ?w)
|
(or (eq (char-syntax (preceding-char)) ?w)
|
||||||
(ruby-special-char-p))))
|
(ruby-special-char-p))))
|
||||||
nil)
|
nil)
|
||||||
((and (eq option 'heredoc) (< space 0))
|
((and (eq option 'heredoc) (< space 0))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user