]> git.eshelyaron.com Git - emacs.git/commitdiff
Recommend doc strings for all functions and variables.
authorRichard M. Stallman <rms@gnu.org>
Fri, 23 Dec 1994 15:11:57 +0000 (15:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 23 Dec 1994 15:11:57 +0000 (15:11 +0000)
lispref/tips.texi

index f6e240c9c415e94c162d2196ac8624879b63fcc4..a582202926b39485939f4f6cd2f384bfaffbe577 100644 (file)
@@ -304,8 +304,10 @@ Every command, function, or variable intended for users to know about
 should have a documentation string.
 
 @item
-An internal subroutine of a Lisp program need not have a documentation
-string, and you can save space by using a comment instead.
+An internal variable or subroutine of a Lisp program might as well have
+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
 The first line of the documentation string should consist of one or two