Skip to content

Commit

Permalink
modify custom :type spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
kawabata committed Jan 5, 2016
1 parent 97197cd commit b5724e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion twittering-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ automatically visited when invoking `twittering-mode' or `twit'.
If it is a string, it specifies a timeline spec string.
If it is a list of strings, it specifies multiple timeline spec strings."
:type '(choice (const nil)
string)
string
(repeat string))
:group 'twittering-mode)

(defvar twittering-timeline-spec nil
Expand Down

0 comments on commit b5724e3

Please sign in to comment.