summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-06-09 22:21:16 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-06-09 22:21:16 +0200
commit272a22eb368f47475ad885b3c046a65f91c7d8a3 (patch)
tree55325cc88f456af8fa93705e58119e736fadb418
parentda6146ed3aba7b1005108b5fe28beed407b3879b (diff)
downloademacs-272a22eb368f47475ad885b3c046a65f91c7d8a3.tar.gz
Doc touch up
-rw-r--r--lisp/emacs-lisp/byte-run.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el
index 5437ac017bd..d159c15d28e 100644
--- a/lisp/emacs-lisp/byte-run.el
+++ b/lisp/emacs-lisp/byte-run.el
@@ -506,8 +506,8 @@ wrong number of parameters), say
\(with-suppressed-warnings ((obsolete foo bar)
(callargs zot))
- (foo)
- (bar))
+ (foo)
+ (bar 1 2))
The warnings that can be suppressed is a subset of the list in
`byte-compile-warning-types'; see this for a fuller explanation