]> git.armaanb.net Git - scdoc-mode.git/blobdiff - scdoc-mode.el
Update documentation
[scdoc-mode.git] / scdoc-mode.el
index 4e98d67b2d589133c8726a2799e84dcbf387d03d..e95af4809fc3153646092ab9ef2a60d99075efe7 100644 (file)
@@ -8,8 +8,8 @@
 ;; URL: https://git.armaanb.net/scdoc-mode
 
 ;;; Commentary:
-;; Inherits mostly from org-mode.  auto-fill-mode is reccomended.
-;; Make sure to add the following to your init file:
+;; auto-fill-mode is reccomended.  Make sure to add the following to
+;; your init file:
 ;;
 ;; (autoload 'scdoc-mode "scdoc-mode" "Major mode for editing scdoc files" t)
 ;; (add-to-list 'auto-mode-alist '("\\.scd\\'" . scdoc-mode))