emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Functions without doc-string


From: Pavel Janík
Subject: Functions without doc-string
Date: Sun, 09 Dec 2001 18:43:08 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i386-suse-linux-gnu)

Hi,

lisp/select.el contains:

(defun xselect-convert-to-class (selection type size)
  "Emacs")

(defun xselect-convert-to-name (selection type size)
  "emacs")

Both functions only return string, but make-docfile uses this string as the
doc-string. What should be done? Fix make-docfile? Filling-in the
doc-string?
-- 
Pavel Janík

Use debugging compilers.
                  --  The Elements of Programming Style (Kernighan & Plaugher)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]