# HG changeset patch # User Richard M. Stallman # Date 1114513256 0 # Node ID 86712739476e88f1a280bbcc042c6ff44e3f3c0d # Parent bc5bdf5bff5626b47995425dcd1a1eb3f5d591c5 Fix previous change. diff -r bc5bdf5bff56 -r 86712739476e lisp/emacs-lisp/eldoc.el --- a/lisp/emacs-lisp/eldoc.el Tue Apr 26 10:59:44 2005 +0000 +++ b/lisp/emacs-lisp/eldoc.el Tue Apr 26 11:00:56 2005 +0000 @@ -45,7 +45,7 @@ ;; Major modes for other languages may use Eldoc by defining an ;; appropriate function as the buffer-local value of -;; `eldoc-print-current-symbol-info-function'. +;; `eldoc-documentation-function'. ;;; Code: diff -r bc5bdf5bff56 -r 86712739476e lispref/variables.texi --- a/lispref/variables.texi Tue Apr 26 10:59:44 2005 +0000 +++ b/lispref/variables.texi Tue Apr 26 11:00:56 2005 +0000 @@ -1722,10 +1722,9 @@ @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. +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