Hi!
I have two small "style" questions:
1) Maybe we should capitalize first letter
in object types? Like
@defvr Package foo
@defvr {System variable} var
instead of
defvr package foo
defvr {system variable} var
Any opinion?
2) I suggest to replace all
@defun foo (expr)
by
@deffn function foo (expr)
or
@deffn Function foo (expr)
The point is that @defun is not completely under our control
(unless we keep private copy of makeinfo). In particular @defun
translates "Function" to other language depending on the user locale.
I strongly dislike this behavior - what is the purpose in translating just
one word if the rest of document is in English? Nonsense.
On the other hand if I want to make say Russian version of the manual
I can replace all
@deffn Function foo (expr)
with the
@deffn Funkciya foo (expr)
Best
--
Vadim V. Zhytnikov