diff options
author | Sean Allred <code@seanallred.com> | 2014-12-03 17:59:02 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-12-03 17:59:02 -0500 |
commit | 6b2ecadd89e31feb994883987c38f6988a140b8c (patch) | |
tree | c77890b4800813287f5d2fdf38effd389c219164 /sx-compose.el | |
parent | 114ca09da984738df2510bc72753a3443d16857c (diff) | |
parent | 67b60ea558f0386a1ea3dadcf3a9c4d22d398620 (diff) |
Merge branch 'master' into issue-130
Conflicts:
sx-request.el
Conflict was trivial.
Diffstat (limited to 'sx-compose.el')
-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 |