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:21 -0400

Index: emacs/lispref/variables.texi
diff -c emacs/lispref/variables.texi:1.56 emacs/lispref/variables.texi:1.57
*** emacs/lispref/variables.texi:1.56   Tue Apr 26 10:56:01 2005
--- emacs/lispref/variables.texi        Tue Apr 26 10:56:21 2005
***************
*** 1722,1728 ****
  @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.
  
--- 1722,1728 ----
  @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 message 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.
  




reply via email to

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