(python-mode): typos

This commit is contained in:
Barry Warsaw 1996-09-04 14:23:00 +00:00
parent 615d4a458f
commit 550a02e6ae

View file

@ -681,8 +681,8 @@ py-beep-if-tab-change\t\tring the bell if tab-width is changed"
comment-start "# " comment-start "# "
comment-start-skip "# *" comment-start-skip "# *"
comment-column 40 comment-column 40
indent-region-function py-indent-region indent-region-function 'py-indent-region
indent-line-function py-indent-line indent-line-function 'py-indent-line
) )
(use-local-map py-mode-map) (use-local-map py-mode-map)
;; add the menu ;; add the menu