diff options
author | Alan Mackenzie <acm@muc.de> | 2018-10-14 18:20:01 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2018-10-14 18:22:23 +0000 |
commit | 700acbd9917732ec35b7cd90d908bf6db6ff6d28 (patch) | |
tree | e46ecae301e54acdcb5c58caaa93c3d97c223d2a /doc/lispref/edebug.texi | |
parent | 190245035f3cc9a2183954d046d1e6bacb0cf229 (diff) | |
download | emacs-700acbd9917732ec35b7cd90d908bf6db6ff6d28.tar.gz emacs-700acbd9917732ec35b7cd90d908bf6db6ff6d28.tar.bz2 emacs-700acbd9917732ec35b7cd90d908bf6db6ff6d28.zip |
doc/lispref/edebug.texi (Specification List) Remove obstrusive blank line
Diffstat (limited to 'doc/lispref/edebug.texi')
-rw-r--r-- | doc/lispref/edebug.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index 5af48fe0963..5c47945e556 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi @@ -1309,7 +1309,6 @@ succeeds. @item &define @c @kindex &define @r{(Edebug)} - Indicates that the specification is for a defining form. Edebug's definition of a defining form is a form containing one or more code forms which are saved and executed later, after the execution of the |