]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-warnings): Doc fix.
authorDave Love <fx@gnu.org>
Thu, 7 Jan 1999 19:50:41 +0000 (19:50 +0000)
committerDave Love <fx@gnu.org>
Thu, 7 Jan 1999 19:50:41 +0000 (19:50 +0000)
lisp/emacs-lisp/bytecomp.el

index 6cbd5109c9c400e43468197a65ad846723f2f524..ce71b6589c32c6a3a7226b0bcb05aa7e736e0453 100644 (file)
@@ -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 @@ Elements of the list may be be:
   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"