Skip to content

Commit

Permalink
(twittering-read-timeline-spec-with-completion): fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
yata committed Jan 9, 2010
1 parent 4357b7e commit e488670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -2409,7 +2409,7 @@ following symbols;
(dummy-hist
(if (< emacs-major-version 22)
;; Emacs21 does not have delete-dups().
;; compeleting-read() of Emacs21 does not accepts candidates as
;; completing-read() of Emacs21 does not accepts candidates as
;; a list. Candidates must be given as an alist.
(mapcar (lambda (x) (cons x nil)) dummy-hist)
(delete-dups dummy-hist)))
Expand Down

0 comments on commit e488670

Please sign in to comment.