branch: externals/poke
commit 6ceebd3c1269396424791b47007b255668d54863
Author: Jose E. Marchesi <[email protected]>
Commit: Jose E. Marchesi <[email protected]>
poke.el: add manual skeleton and fix progrma header for packaging
---
poke-el.texi | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
poke.el | 2 +-
2 files changed, 52 insertions(+), 1 deletion(-)
diff --git a/poke-el.texi b/poke-el.texi
new file mode 100644
index 0000000000..fc33ae1055
--- /dev/null
+++ b/poke-el.texi
@@ -0,0 +1,51 @@
+\input texinfo
+@comment %**start of header
+@documentencoding UTF-8
+@setfilename poke-el.info
+@settitle Emacs interface to GNU poke
+@set UPDATED 21 March 2022
+@set VERSION 2.1
+@afourpaper
+@comment %**end of header
+
+@macro ie
+@i{i.e.@:}
+@end macro
+
+@copying
+Copyright @copyright{} 2022 Jose E. Marchesi.
+
+@quotation
+You can redistribute it and/or modify this manual under the terms of
+the GNU General Public License as published by the Free Software
+Foundation, either version 3 of the License, or (at your option) any
+later version.
+@end quotation
+@end copying
+
+@dircategory Emacs
+@direntry
+* Poke-El: (poke-el). Emacs interface to GNU poke
+@end direntry
+
+@titlepage
+@title poke-el: an Emacs interface to GNU poke
+@subtitle for version @value{VERSION}, @value{UPDATED}
+@author by Jose E. Marchesi
+@page
+@vskip 0pt plus 1filll
+@insertcopying
+@end titlepage
+
+@contents
+
+@ifnottex
+@node Top
+@top poke-el: an Emacs interface to GNU poke
+
+This manual documents version @value{VERSION} of poke.el.
+
+@insertcopying
+@end ifnottex
+
+@bye
diff --git a/poke.el b/poke.el
index 34483c8e21..d6e03b34cf 100644
--- a/poke.el
+++ b/poke.el
@@ -1,4 +1,4 @@
-;; poke.el --- Emacs meets GNU poke!
+;;; poke.el --- Emacs meets GNU poke!
;; Copyright (C) 2022 Jose E. Marchesi
;; Author: Jose E. Marchesi <[email protected]>