emacs-devel
[Top][All Lists]
Advanced

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

Documentation style


From: Alexander Pohoyda
Subject: Documentation style
Date: 15 Oct 2004 18:30:56 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I re-read the Documentation section in the manual, but didn't
find the answer.

Is there a reason to document variables like this:

(defvar abcd nil "\
*Some variable..")

or is it *fully* equivalent to this:

(defvar abcd nil
  "Some variable..")

?


-- 
Alexander Pohoyda <address@hidden>
PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72  15 54 5F 62 20 23 C6 44




reply via email to

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