emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/with-suppressed-warnings 831955f: Doc string align


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/with-suppressed-warnings 831955f: Doc string alignment
Date: Sun, 9 Jun 2019 16:28:18 -0400 (EDT)

branch: scratch/with-suppressed-warnings
commit 831955fb922f5408a30dedf8e204159a594bd02d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Doc string alignment
---
 lisp/emacs-lisp/byte-run.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el
index db123fb..6a21a0c 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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]