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

index 357852d99ee0490604073fc3086305c709273277..ab46f205fbaa2d117ef3ea9a0912feb6f60b6518 100644 (file)
@@ -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)))