emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/variables.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/variables.texi
Date: Tue, 26 Apr 2005 06:56:01 -0400

Index: emacs/lispref/variables.texi
diff -c emacs/lispref/variables.texi:1.55 emacs/lispref/variables.texi:1.56
*** emacs/lispref/variables.texi:1.55   Tue Apr 26 10:55:24 2005
--- emacs/lispref/variables.texi        Tue Apr 26 10:56:01 2005
***************
*** 1722,1731 ****
  @defmac make-obsolete-variable variable new &optional when
  This macro makes the byte-compiler warn that the variable
  @var{variable} is obsolete.  If @var{new} is a symbol, it is the
! variable's new name; the warning messages say to use @var{new}
! instead of @var{variable}.
! If @var{new} is a string, this is the message and there is no
! replacement variable.
  
  If provided, @var{when} should be a string indicating when the
  variable was first made obsolete---for example, a date or a release
--- 1722,1730 ----
  @defmac make-obsolete-variable variable new &optional when
  This macro makes the byte-compiler warn that the variable
  @var{variable} is obsolete.  If @var{new} is a symbol, it is the
! variable's new name; then the warning messages says to use @var{new}
! instead of @var{variable}.  If @var{new} is a string, this is the
! message and there is no replacement variable.
  
  If provided, @var{when} should be a string indicating when the
  variable was first made obsolete---for example, a date or a release




reply via email to

[Prev in Thread] Current Thread [Next in Thread]