Update ein:notebook-multilang-mode docstring

This commit is contained in:
Takafumi Arakaki 2012-09-30 20:33:32 +02:00
parent 8fd7334fce
commit b6aa11eb8f

View file

@ -86,7 +86,7 @@ This function may raise an error."
;;;###autoload
(define-derived-mode ein:notebook-multilang-mode fundamental-mode "ein:ml"
"Notebook mode with org-mode powered fontification."
"Notebook mode with multiple language fontification."
(make-local-variable 'indent-line-function)
(make-local-variable 'indent-region-function)
(ein:ml-keymap-setup-python)