Skip to content

Commit

Permalink
Fixed some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Ohler committed Apr 30, 2010
1 parent 3ef978b commit af905e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lisp/wave-client-browser-channel.el
Expand Up @@ -576,7 +576,7 @@ list of data pieces to post."
:type-id (wave-bc-message-type 'add-participant)
:add-participant
(wave-add-participant-proto :user-id
(wave-add-participant-addess op))))
(wave-add-participant-address op))))

(defun wave-bc-remove-participant-to-proto (op)
(wave-op-proto
Expand Down
3 changes: 2 additions & 1 deletion lisp/wave-display.el
Expand Up @@ -679,7 +679,8 @@ Returns the new buffer."
(wave-display-add-raw-wavelet ewoc wavelet))))))

(define-derived-mode wave-display-mode nil "Wave"
"Mode for displaying a wave,
"Mode for displaying a wave.
\\{wave-mode-map}"
:group 'wave-display
(use-local-map wave-mode-map)
Expand Down

0 comments on commit af905e6

Please sign in to comment.