From: Juanma Barranquero Date: Fri, 30 Aug 2002 11:00:27 +0000 (+0000) Subject: (bs-message-without-log): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~13492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1d5a11bc215c31bd7576449595a1d009594d975;p=emacs.git (bs-message-without-log): Fix typo. --- diff --git a/lisp/bs.el b/lisp/bs.el index 357852d99ee..ab46f205fba 100644 --- a/lisp/bs.el +++ b/lisp/bs.el @@ -1213,7 +1213,7 @@ buffer list used for buffer cycling." (defun bs-message-without-log (&rest args) "Like `message' but don't log it on the message log. -All arguments ARGS are transfered to function `message'." +All arguments ARGS are transferred to function `message'." (let ((message-log-max nil)) (apply 'message args)))