Skip to content

Commit b1a9304

Browse files
committed
gnuplot-eldoc.el: Add lexical-binding cookie
1 parent 5a72806 commit b1a9304

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc2texi.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ Dumps the resulting data into gnuplot-eldoc.el"
695695
(let ((print-level nil)
696696
(print-length nil))
697697
(insert
698-
(format ";;;; Automatically generated by doc2texi.el on %s\n\n"
698+
(format ";;;; Automatically generated by doc2texi.el on %s -*- lexical-binding: t -*-\n\n"
699699
(format-time-string "%a, %d %B %Y")))
700700
(insert d2t-gnuplot-license)
701701
(insert

gnuplot-eldoc.el

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;;; Automatically generated by doc2texi.el on Thu, 29 May 2025
1+
;;;; Automatically generated by doc2texi.el on Fri, 30 May 2025 -*- lexical-binding: t -*-
22

33
;;;; This file is generated automatically from the Gnuplot
44
;;;; documentation by `doc2texi.el', part of the Gnuplot distribution.
@@ -144,7 +144,10 @@ set terminal x11 {reset}") ("wxt" "set term wxt {<n>} [more ...]" "set term wxt
144144
{rotate} {size XX,YY}
145145
{small|tiny|<fontsize>}") ("dumb" "set terminal dumb {size <xchars>,<ychars>} {[no]feed} [more ...]" "set terminal dumb {size <xchars>,<ychars>} {[no]feed}
146146
{aspect <htic>{,<vtic>}}
147-
{[no]enhanced}") ("svga" "set terminal svga {font \"<fontname>\"} [more ...]" "set terminal svga {font \"<fontname>\"}
147+
{[no]enhanced}
148+
{fillchar {solid|\"<char>\"}}
149+
{[no]attributes}
150+
{mono|ansi|ansi256|ansirgb}") ("svga" "set terminal svga {font \"<fontname>\"} [more ...]" "set terminal svga {font \"<fontname>\"}
148151
{{no}enhanced}
149152
{background <rgb color>}
150153
{linewidth|lw <lw>}

0 commit comments

Comments
 (0)