diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-03 14:13:29 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-03 14:13:29 +0000 |
commit | 46de3f0ddba5a7611f025b816d637136593b20b1 (patch) | |
tree | 655ffbb5259019158d2679147a18c2bfeb3a62f9 | |
parent | 6f2f7f6cc68a673c75ae0ec9059c299967b43975 (diff) |
Not adamant
-rw-r--r-- | sx-compose.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sx-compose.el b/sx-compose.el index f5aef79..d7d3ff3 100644 --- a/sx-compose.el +++ b/sx-compose.el @@ -20,9 +20,9 @@ ;;; Commentary: ;; This file defines `sx-compose-mode' and its auxiliary functions and -;; variables. In order to use `sx-compose-mode', it is adamant that -;; the variable `sx-compose--send-function' be set. Otherwise it's -;; just a regular markdown buffer. +;; variables. In order to use `sx-compose-mode', it is vital that the +;; variable `sx-compose--send-function' be set. Otherwise it's just a +;; regular markdown buffer. ;; ;; In order to help avoid mistakes, there is the function ;; `sx-compose-create'. This is the preferred way of activating the |