Skip to content

Commit 00b8395

Browse files
committed
gnuplot-eldoc: Improve header
1 parent 973acb1 commit 00b8395

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

admin/doc2texi.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,12 +695,13 @@ 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 -*- lexical-binding: t -*-\n\n"
698+
";;; gnuplot-eldoc.el -- Eldoc documentation strings for gnuplot-mode -*- lexical-binding: t -*-\n"
699+
(format ";;; Automatically generated by doc2texi.el on %s\n\n"
699700
(format-time-string "%a, %d %B %Y")))
700701
(insert d2t-gnuplot-license)
701702
(insert
702703
(format
703-
"\n\n%S\n%S\n(provide 'gnuplot-eldoc)\n;; gnuplot-eldoc.el ends here\n"
704+
"\n\n%S\n%S\n(provide 'gnuplot-eldoc)\n;;; gnuplot-eldoc.el ends here\n"
704705
'(eval-when-compile (defvar gnuplot-eldoc-hash nil))
705706
`(setq gnuplot-eldoc-hash
706707
(let ((tbl (make-hash-table :test 'equal))

gnuplot-eldoc.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
;;;; Automatically generated by doc2texi.el on Sun, 01 June 2025 -*- lexical-binding: t -*-
1+
;;; gnuplot-eldoc.el -- Eldoc documentation strings for gnuplot-mode -*- lexical-binding: t -*-
2+
;;; Automatically generated by doc2texi.el on Sun, 01 June 2025
23

34
;;;; This file is generated automatically from the Gnuplot
45
;;;; 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
627628
... {textcolor | tc} {<colorspec> | {linetype | lt} <n>}
628629
... {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))
629630
(provide 'gnuplot-eldoc)
630-
;; gnuplot-eldoc.el ends here
631+
;;; gnuplot-eldoc.el ends here

0 commit comments

Comments
 (0)