]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix a typo
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 19 Jan 2016 05:05:23 +0000 (08:05 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 19 Jan 2016 05:05:23 +0000 (08:05 +0300)
lisp/progmodes/ruby-mode.el

index 969f2ed4bc4c106e816ad0f7621989f777f449e5..53f8a6bb4c0a5be47cdc08fb85aa849b1ce852ba 100644 (file)
@@ -1894,7 +1894,7 @@ It will be properly highlighted even when the call omits parens.")
      (point) end)))
 
 (define-obsolete-function-alias
-  'ruby-syntax-propertize-function 'ruby-syntax-properize "25.1")
+  'ruby-syntax-propertize-function 'ruby-syntax-propertize "25.1")
 
 (defun ruby-syntax-propertize-heredoc (limit)
   (let ((ppss (syntax-ppss))