# HG changeset patch # User Richard M. Stallman # Date 738607228 0 # Node ID 3176c6395ada825a796c9cb65d9a6296432de6a3 # Parent 1166db56c7525688ccdd123a2f634f89e30366f9 (baud-rate): Doc fix. diff -r 1166db56c752 -r 3176c6395ada lisp/subr.el --- a/lisp/subr.el Fri May 28 08:48:33 1993 +0000 +++ b/lisp/subr.el Fri May 28 16:40:28 1993 +0000 @@ -368,7 +368,8 @@ ;; Some programs still use this as a function. (defun baud-rate () - "Obsolete function returning the value of the `baud-rate' variable." + "Obsolete function returning the value of the `baud-rate' variable. +Please convert your programs to use the variable `baud-rate' directly." baud-rate)