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.
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to