]> git.eshelyaron.com Git - emacs.git/commitdiff
(bs-message-without-log): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Aug 2002 10:34:48 +0000 (10:34 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Aug 2002 10:34:48 +0000 (10:34 +0000)
lisp/bs.el

index 26942c3e593e6e93671ab6aac839ebe4efcfdebb..d878edd19a433e22b4c71857580d08ced84d9140 100644 (file)
@@ -1212,7 +1212,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)))