Skip to content

Commit

Permalink
Fix Major mode docstring : add keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshi committed Mar 9, 2009
1 parent 30391b6 commit d06b023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion twittering-mode.el
Expand Up @@ -312,7 +312,8 @@
"Twittering-mode hook.")

(defun twittering-mode ()
"Major mode for Twitter"
"Major mode for Twitter
\\{twittering-mode-map}"
(interactive)
(switch-to-buffer (twittering-buffer))
(kill-all-local-variables)
Expand Down

0 comments on commit d06b023

Please sign in to comment.