aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-29 17:41:05 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-29 17:41:22 +0000
commit9a39c5d985423e3675cfcd56cf951bb3ab283147 (patch)
tree7149540f6c86259efd7883ec13505908100c7aa3 /sx-question-print.el
parent9d39b0d1bcaa3186e21171f656b807fde2611b53 (diff)
Normalize and improve button help-echo's
Diffstat (limited to 'sx-question-print.el')
-rw-r--r--sx-question-print.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/sx-question-print.el b/sx-question-print.el
index 5b6c5be..e8efa2d 100644
--- a/sx-question-print.el
+++ b/sx-question-print.el
@@ -166,12 +166,6 @@ replaced with the comment."
;;; Functions
;;;; Printing the general structure
-(defvar sx-question-mode--section-help-echo
- (format
- (propertize "%s to hide/display content" 'face 'minibuffer-prompt)
- (propertize "RET" 'face 'font-lock-function-name-face))
- "Help echoed in the minibuffer when point is on a section.")
-
(defun sx-question-mode--print-question (question)
"Print a buffer describing QUESTION.
QUESTION must be a data structure returned by `json-read'."