Add docstring to python-docstring-install

This commit is contained in:
Laurens Van Houtven 2015-04-20 13:58:03 -07:00
parent 61e9fdc1a9
commit 065fbda3d7

View file

@ -157,8 +157,8 @@ Null prefix argument turns off the mode."
(font-lock-remove-keywords nil docstring-keywords))) (font-lock-remove-keywords nil docstring-keywords)))
(defun python-docstring-install () (defun python-docstring-install ()
(add-hook 'python-mode-hook (lambda () (python-docstring-mode t))) "Add python-docstring-mode as a hook to python.mode."
) (add-hook 'python-mode-hook (lambda () (python-docstring-mode t))))
(provide 'python-docstring) (provide 'python-docstring)