Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-elisp-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyskom-elisp-client
lyskom-elisp-client
Commits
44e37a77
Commit
44e37a77
authored
Jan 9, 2003
by
David Byers
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a couple of typos.
parent
42d3eb41
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/docgen.el
+4
-4
4 additions, 4 deletions
src/docgen.el
with
4 additions
and
4 deletions
src/docgen.el
+
4
−
4
View file @
44e37a77
...
...
@@ -64,7 +64,7 @@
(
let
((
s
str
))
(
setq
s
(
replace-in-string
s
"&"
"&"
))
(
setq
s
(
replace-in-string
s
"<"
"<"
))
(
setq
s
(
replace-in-string
s
">"
"&
l
t;"
))
(
setq
s
(
replace-in-string
s
">"
"&
g
t;"
))
s
)))
(
defun
lyskom-docgen-get-name
(
fn
lang
)
...
...
@@ -95,7 +95,7 @@
(
lyskom-docgen-error
"%s: reference to non-command %s"
fn
sym
))
(
setq
result
(
concat
result
(
format
"<link linkend=\"fn:%s\"><command>%s</command></link>
(
<link linkend=\"fn:%s\"><function>%s</function></link>
)
"
(
format
"<link linkend=\"fn:%s\"><command>%s</command></link>
[
<link linkend=\"fn:%s\"><function>%s</function></link>
]
"
sym
(
lyskom-docgen-get-name
fn
'en
)
sym
...
...
@@ -140,9 +140,9 @@
(
doc-en
(
lyskom-docgen-get-doc
command
)))
(
lyskom-docgen-princ
(
format
"\
<section
id=\"fn:%s\"><title>%s
(
%s
)
</title>
<section
id=\"fn:%s\"><title>%s
[
%s
]
</title>
<informaltable
frame=\"top\">
<informaltable
frame=\"top
bot
\">
<tgroup
cols=\"2\">
<tbody
valign=\"top\">
<row>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment