branch: elpa/gnuplot
commit b1a93044d203c05df7e554238f5dcb5f8f6da86c
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    gnuplot-eldoc.el: Add lexical-binding cookie
---
 doc2texi.el      | 2 +-
 gnuplot-eldoc.el | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc2texi.el b/doc2texi.el
index f4fb72b45b..8d532521b1 100644
--- a/doc2texi.el
+++ b/doc2texi.el
@@ -695,7 +695,7 @@ Dumps the resulting data into gnuplot-eldoc.el"
         (let ((print-level nil)
               (print-length nil))
           (insert
-           (format ";;;; Automatically generated by doc2texi.el on %s\n\n"
+           (format ";;;; Automatically generated by doc2texi.el on %s -*- 
lexical-binding: t -*-\n\n"
                    (format-time-string "%a, %d %B %Y")))
           (insert d2t-gnuplot-license)
           (insert
diff --git a/gnuplot-eldoc.el b/gnuplot-eldoc.el
index 13dded015a..aefdeac00a 100644
--- a/gnuplot-eldoc.el
+++ b/gnuplot-eldoc.el
@@ -1,4 +1,4 @@
-;;;; Automatically generated by doc2texi.el on Thu, 29 May 2025
+;;;; Automatically generated by doc2texi.el on Fri, 30 May 2025 -*- 
lexical-binding: t -*-
 
 ;;;; This file is generated automatically from the Gnuplot
 ;;;; 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
                    {rotate} {size XX,YY}
                    {small|tiny|<fontsize>}") ("dumb" "set terminal dumb {size 
<xchars>,<ychars>} {[no]feed} [more ...]" "set terminal dumb {size 
<xchars>,<ychars>} {[no]feed}
                   {aspect <htic>{,<vtic>}}
-                  {[no]enhanced}") ("svga" "set terminal svga {font 
\"<fontname>\"} [more ...]" "set terminal svga {font \"<fontname>\"}
+                  {[no]enhanced}
+                  {fillchar {solid|\"<char>\"}}
+                  {[no]attributes}
+                  {mono|ansi|ansi256|ansirgb}") ("svga" "set terminal svga 
{font \"<fontname>\"} [more ...]" "set terminal svga {font \"<fontname>\"}
                   {{no}enhanced}
                   {background <rgb color>}
                   {linewidth|lw <lw>}

Reply via email to