aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-01-07 19:50:41 +0000
committerDave Love1999-01-07 19:50:41 +0000
commitdd9383bc548d35f725dcfc773d3b989fa32a8627 (patch)
tree46e878911f149009b9c4f1b77c75866c0f69fec3
parent6b33933225f5e9b11e85d4d89dd41cd7d227538d (diff)
downloademacs-dd9383bc548d35f725dcfc773d3b989fa32a8627.tar.gz
emacs-dd9383bc548d35f725dcfc773d3b989fa32a8627.zip
(byte-compile-warnings): Doc fix.
-rw-r--r--lisp/emacs-lisp/bytecomp.el6
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 @@
9 9
10;;; This version incorporates changes up to version 2.10 of the 10;;; This version incorporates changes up to version 2.10 of the
11;;; Zawinski-Furuseth compiler. 11;;; Zawinski-Furuseth compiler.
12(defconst byte-compile-version "$Revision: 2.53 $") 12(defconst byte-compile-version "$Revision: 2.54 $")
13 13
14;; This file is part of GNU Emacs. 14;; This file is part of GNU Emacs.
15 15
@@ -333,9 +333,7 @@ Elements of the list may be be:
333 callargs lambda calls with args that don't match the definition. 333 callargs lambda calls with args that don't match the definition.
334 redefine function cell redefined from a macro to a lambda or vice 334 redefine function cell redefined from a macro to a lambda or vice
335 versa, or redefined to take a different number of arguments. 335 versa, or redefined to take a different number of arguments.
336 obsolete obsolete variables and functions. 336 obsolete obsolete variables and functions."
337
338See also the macro `byte-compiler-options'."
339 :group 'bytecomp 337 :group 'bytecomp
340 :type '(choice (const :tag "All" t) 338 :type '(choice (const :tag "All" t)
341 (set :menu-tag "Some" 339 (set :menu-tag "Some"