diff options
| author | David Aspinall | 2002-08-12 14:13:17 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-08-12 14:13:17 +0000 |
| commit | 19f1f51b71c47c5b4bb4f0c35e5dcf476cc136b7 (patch) | |
| tree | ccb1974e5f8053380b279b2e3da27f35e1ef1f77 /generic | |
| parent | bb5b21393335d22729b5444dc90ee8b58b8c822b (diff) | |
Note
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/texi-docstring-magic.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 " |
