Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'refs/remotes/silex/master'

Conflicts:
	guide-key.el
  • Loading branch information
kai2nenobu committed Dec 7, 2014
2 parents 8741f9c + 4f25cdb commit 8980be3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions guide-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -421,12 +421,11 @@ window. Otherwise, return the width of popup window"
"Return t if guide buffer should be popped up."
(and (> (length key-seq) 0)
(or (eq guide-key/guide-key-sequence t)
(member key-seq (mapcar 'guide-key/convert-key-sequence-to-vector
guide-key/guide-key-sequence))
(member key-seq (guide-key/buffer-key-sequences))
(and guide-key/recursive-key-sequence-flag
(guide-key/popup-guide-buffer-p (guide-key/vbutlast key-seq))))))

(defun guide-key/buffer-key-seqences ()
(defun guide-key/buffer-key-sequences ()
"Return a list of key sequences (vector representation) in current buffer."
(let (lst)
;; global key sequences
Expand Down

0 comments on commit 8980be3

Please sign in to comment.