Mercurial > emacs
changeset 3210:3176c6395ada
(baud-rate): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 28 May 1993 16:40:28 +0000 |
parents | 1166db56c752 |
children | 4a1a003ded62 |
files | lisp/subr.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)