diff options
author | Dave Love <fx@gnu.org> | 1999-01-07 19:50:41 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-01-07 19:50:41 +0000 |
commit | dd9383bc548d35f725dcfc773d3b989fa32a8627 (patch) | |
tree | 46e878911f149009b9c4f1b77c75866c0f69fec3 /lisp/emacs-lisp | |
parent | 6b33933225f5e9b11e85d4d89dd41cd7d227538d (diff) | |
download | emacs-dd9383bc548d35f725dcfc773d3b989fa32a8627.tar.gz emacs-dd9383bc548d35f725dcfc773d3b989fa32a8627.tar.bz2 emacs-dd9383bc548d35f725dcfc773d3b989fa32a8627.zip |
(byte-compile-warnings): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 6cbd5109c9c..ce71b6589c3 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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" |