summaryrefslogtreecommitdiffhomepage
path: root/lib/skels/jao-skel-texinfo.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-13 01:16:43 +0000
committerjao <jao@gnu.org>2022-03-13 01:16:43 +0000
commit5344491f766d82898507143bae617699439d904b (patch)
treed235fee58aca42bd60cacdd385fad507d12a0d85 /lib/skels/jao-skel-texinfo.el
parentd81f6b84c484c174411d360297deacf100b1db0d (diff)
downloadelibs-5344491f766d82898507143bae617699439d904b.tar.gz
elibs-5344491f766d82898507143bae617699439d904b.tar.bz2
skels: functions and vars jao-skel-prefixed
Diffstat (limited to 'lib/skels/jao-skel-texinfo.el')
-rw-r--r--lib/skels/jao-skel-texinfo.el12
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/skels/jao-skel-texinfo.el b/lib/skels/jao-skel-texinfo.el
index b822e3f..1130850 100644
--- a/lib/skels/jao-skel-texinfo.el
+++ b/lib/skels/jao-skel-texinfo.el
@@ -33,18 +33,15 @@
(desc (read-string "Direntry description: ")))
(concat "@dircategory " cat
"\n@direntry\n" ent
- ": (" (jao-basename) "). " desc "."
+ ": (" (jao-skel-basename) "). " desc "."
"\n@end direntry\n")))
(define-skeleton jao-skel-main-texinfo
"Main texinfo file skeleton"
"Document title: "
"\\input texinfo"
- \n "@ignore" >
- \n (jao-scm-line "")
- "@end ignore" >
\n > "@c %**start of header"
- \n "@setfilename " (jao-basename) ".info" >
+ \n "@setfilename " (jao-skel-basename) ".info" >
\n "@settitle " str >
\n "@syncodeindex pg cp" >
\n "@setchapternewpage odd" >
@@ -60,7 +57,7 @@
\n \n "@copying"
\n "This manual is for " str " (version @value{VERSION}, @value{UPDATED})."
\n
- \n "Copyright @copyright{} " (format-time-string "%Y") " " jao-company-name
+ \n "Copyright @copyright{} " (format-time-string "%Y") " " jao-skel-company-name
\n
\n "@quotation"
\n "Permission is granted to copy, distribute and/or modify this document"
@@ -106,9 +103,6 @@
"Node name: "
"@node " str \n
> "@chapter " str \n
- > "@ignore" \n
- (jao-scm-line "")
- > "@end ignore" \n \n
_ \n \n
"@c This is part of the " (read-string "Main doc title: ") \n
"@c See the main file for copying conditions."