branch: elpa/gnuplot commit 00b8395f1aad1cf507525529971b8ff26614af77 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
gnuplot-eldoc: Improve header --- admin/doc2texi.el | 5 +++-- gnuplot-eldoc.el | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/admin/doc2texi.el b/admin/doc2texi.el index d6e3800fff..1edd7891d8 100644 --- a/admin/doc2texi.el +++ b/admin/doc2texi.el @@ -695,12 +695,13 @@ Dumps the resulting data into gnuplot-eldoc.el" (let ((print-level nil) (print-length nil)) (insert - (format ";;;; Automatically generated by doc2texi.el on %s -*- lexical-binding: t -*-\n\n" + ";;; gnuplot-eldoc.el -- Eldoc documentation strings for gnuplot-mode -*- lexical-binding: t -*-\n" + (format ";;; Automatically generated by doc2texi.el on %s\n\n" (format-time-string "%a, %d %B %Y"))) (insert d2t-gnuplot-license) (insert (format - "\n\n%S\n%S\n(provide 'gnuplot-eldoc)\n;; gnuplot-eldoc.el ends here\n" + "\n\n%S\n%S\n(provide 'gnuplot-eldoc)\n;;; gnuplot-eldoc.el ends here\n" '(eval-when-compile (defvar gnuplot-eldoc-hash nil)) `(setq gnuplot-eldoc-hash (let ((tbl (make-hash-table :test 'equal)) diff --git a/gnuplot-eldoc.el b/gnuplot-eldoc.el index 9f2036acf0..0425ffe980 100644 --- a/gnuplot-eldoc.el +++ b/gnuplot-eldoc.el @@ -1,4 +1,5 @@ -;;;; Automatically generated by doc2texi.el on Sun, 01 June 2025 -*- lexical-binding: t -*- +;;; gnuplot-eldoc.el -- Eldoc documentation strings for gnuplot-mode -*- lexical-binding: t -*- +;;; Automatically generated by doc2texi.el on Sun, 01 June 2025 ;;;; This file is generated automatically from the Gnuplot ;;;; documentation by `doc2texi.el', part of the Gnuplot distribution. @@ -627,4 +628,4 @@ dashtype (s1,e1,s2,e2,s3,e3,s4,e4) # dash pattern specified by 1 to 4 ... {textcolor | tc} {<colorspec> | {linetype | lt} <n>} ... {fillcolor | fc} {<colorspec> | linetype <n> | linestyle <n>}") ("Time_functions" "time = weekdate_cdc( year, week [, day] )") ("Time_functions" "time = weekdate_iso( year, week [, day] )")))) (while alist (puthash (caar alist) (cdar alist) tbl) (setq alist (cdr alist))) tbl)) (provide 'gnuplot-eldoc) -;; gnuplot-eldoc.el ends here +;;; gnuplot-eldoc.el ends here