Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e0d32668
Commit
e0d32668
authored
Dec 23, 1994
by
Richard M. Stallman
Browse files
Recommend doc strings for all functions and variables.
parent
53ece928
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lispref/tips.texi
lispref/tips.texi
+4
-2
No files found.
lispref/tips.texi
View file @
e0d32668
...
@@ -304,8 +304,10 @@ Every command, function, or variable intended for users to know about
...
@@ -304,8 +304,10 @@ Every command, function, or variable intended for users to know about
should have a documentation string.
should have a documentation string.
@item
@item
An internal subroutine of a Lisp program need not have a documentation
An internal variable or subroutine of a Lisp program might as well have
string, and you can save space by using a comment instead.
a documentation string. In earlier Emacs versions, you could save space
by using a comment instead of a documentation string, but that is no
longer the case.
@item
@item
The first line of the documentation string should consist of one or two
The first line of the documentation string should consist of one or two
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment