diff options
author | Sean Allred <code@seanallred.com> | 2014-11-19 10:56:10 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-19 10:56:16 -0500 |
commit | 5f4f1a0495b79e418b6df16d4642a33c9ccda007 (patch) | |
tree | 37d999bbc09f517acd6f6a3e630d334217af6d93 /sx-question-list.el | |
parent | 4399cbac0625a53c4a8d91e661e13fe11fdb8255 (diff) |
Minor typos and incorrect information
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 6a36f6f..c562679 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -251,7 +251,7 @@ Used in the questions list to indicate a question was updated \"4d ago\"." :group 'sx-question-list) (defun sx-question-list--print-info (question-data) - "Convert `json-read' DATA into tabulated-list format. + "Convert `json-read' QUESTION-DATA into tabulated-list format. See `sx-question-list-refresh'." (sx-assoc-let question-data |