summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-06-09 22:28:10 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-06-09 22:28:10 +0200
commit831955fb922f5408a30dedf8e204159a594bd02d (patch)
treec9fcb7a0523b1b1918c1af5c1712e47e48fbb33e
parent27b903c5fce99d3282200933e8a7fef85bb9ae37 (diff)
downloademacs-831955fb922f5408a30dedf8e204159a594bd02d.tar.gz
Doc string alignment
-rw-r--r--lisp/emacs-lisp/byte-run.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el
index db123fb997c..6a21a0c909d 100644
--- a/lisp/emacs-lisp/byte-run.el
+++ b/lisp/emacs-lisp/byte-run.el
@@ -505,7 +505,7 @@ and `bar', as well as the function `zot' being called with the
wrong number of parameters, say
\(with-suppressed-warnings ((obsolete foo bar)
- (callargs zot))
+ (callargs zot))
(foo (bar))
(zot 1 2))