]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 2005 11:00:56 +0000 (11:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 2005 11:00:56 +0000 (11:00 +0000)
lisp/emacs-lisp/eldoc.el
lispref/variables.texi

index 29167c7081247639f67e7775d188526044fc69d6..b23217151e3aa543416aba4abeb2904a7a98d4a8 100644 (file)
@@ -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:
 
index b39c4abb71987688381ae93d42ef61b02d3ceb4d..43f590503ec68994620991b3dae362aa3ed40cbe 100644 (file)
@@ -1722,10 +1722,9 @@ stage in the future.
 @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