From 463014b70f7bf116f3f363e50ccde33ffe74a06e Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 27 Aug 2005 06:20:34 +0000 Subject: [PATCH] Fixed. --- lisp/riece-addon-modules.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/riece-addon-modules.el b/lisp/riece-addon-modules.el index 1080f4c..7b9adb7 100644 --- a/lisp/riece-addon-modules.el +++ b/lisp/riece-addon-modules.el @@ -8,7 +8,7 @@ (riece-doctor . "Pretend to be a psychotherapist.") (riece-eval-ruby . "Evaluate input string as a Ruby program.") (riece-eval . "Evaluate an input string as an elisp form.") - (riece-foolproof . "Channel miss killer") + (riece-foolproof . "Prevent miss-operation in the command buffer.") (riece-google . "Search keywords by Google.") (riece-guess . "Guess the next channel, using multiple methods.") (riece-hangman . "Allow channel members to play the hangman game.") -- 1.7.10.4