From 794455c6d14c754ecc2492fcb4de8c649694526b Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Thu, 11 Nov 2004 12:28:42 +0000 Subject: [PATCH] (riece-command-yank): Fix a typo in comments. --- lisp/ChangeLog | 4 ++++ lisp/riece-yank.el | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cdf12c9..8b64322 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-11-11 Masatake YAMATO + + * riece-yank.el (riece-command-yank): Fix a typo in comments. + 2004-11-09 OHASHI Akira * riece-yank.el (riece-command-yank): Take a 1st argument to send diff --git a/lisp/riece-yank.el b/lisp/riece-yank.el index 862891c..a03c71f 100644 --- a/lisp/riece-yank.el +++ b/lisp/riece-yank.el @@ -1,4 +1,4 @@ -;;; riece-kill.el --- enter the element in kill-ring +;;; riece-yank.el --- enter the element in kill-ring ;; Copyright (C) 2004 Masatake YAMATO ;; Author: Masatake YAMATO @@ -23,7 +23,7 @@ ;; ;; In riece's command buffer, you can send the top element of kill-ring ;; by C-c y. -;; Don't forget do (riece-command-enable-addon 'riece-yank). +;; Don't forget do (riece-command-enable-addon 'riece-yank) to test. ;; ;;; Code: (require 'riece-commands) @@ -97,7 +97,7 @@ before/after the first/last non-blank line." (lambda (x) (riece-command-send-message (concat prefix x) arg) ;; Without next line, you will be kicked out from ircd. - ;; It may means "Don't send much data at once." + ;; It may mean "Don't send much data at once." (sit-for riece-yank-tick)) msg)))) -- 2.25.1