changeset 24025:547ceb9e069c

(byte-compile-warnings): Doc fix.
author Dave Love <fx@gnu.org>
date Thu, 07 Jan 1999 19:50:41 +0000
parents 2981304f5015
children 8313b191de2c
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Thu Jan 07 19:45:32 1999 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Thu Jan 07 19:50:41 1999 +0000
@@ -9,7 +9,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the 
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.53 $")
+(defconst byte-compile-version "$Revision: 2.54 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -333,9 +333,7 @@
   callargs    lambda calls with args that don't match the definition.
   redefine    function cell redefined from a macro to a lambda or vice
               versa, or redefined to take a different number of arguments.
-  obsolete      obsolete variables and functions.
-
-See also the macro `byte-compiler-options'."
+  obsolete    obsolete variables and functions."
   :group 'bytecomp
   :type '(choice (const :tag "All" t)
 		 (set :menu-tag "Some"