From 19f1f51b71c47c5b4bb4f0c35e5dcf476cc136b7 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 12 Aug 2002 14:13:17 +0000 Subject: Note --- generic/texi-docstring-magic.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/generic/texi-docstring-magic.el b/generic/texi-docstring-magic.el index 9258ee62..06bb5ad8 100644 --- a/generic/texi-docstring-magic.el +++ b/generic/texi-docstring-magic.el @@ -248,6 +248,8 @@ including any whitespace included to delimit matches.") (defun texi-docstring-magic-format-default (default) "Make a default value string for the value DEFAULT. Markup as @code{stuff} or @lisp stuff @end lisp." + ;; NB: might be nice to use a 'default-value-description + ;; property here, in case the default value is computed. (let ((text (format "%S" default))) (concat "\nThe default value is " -- cgit v1.2.3