diff options
| author | David Aspinall | 1998-11-25 13:01:22 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-11-25 13:01:22 +0000 |
| commit | 9c96869fac29206c6a9a3fef8431497a7b9f0d3c (patch) | |
| tree | 27e57a26aaf18a2519fe356ffdba99dc39a3072e /generic/texi-docstring-magic.el | |
| parent | 1621428c4ae41134a4d99f931dce341427a9ae4f (diff) | |
Compile clean-ups.
Diffstat (limited to 'generic/texi-docstring-magic.el')
| -rw-r--r-- | generic/texi-docstring-magic.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/texi-docstring-magic.el b/generic/texi-docstring-magic.el index 3b8b58c2..05e125f5 100644 --- a/generic/texi-docstring-magic.el +++ b/generic/texi-docstring-magic.el @@ -142,8 +142,7 @@ 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." - (let ((text (format "%S" default)) - (isstringg (stringp default))) + (let ((text (format "%S" default))) (concat "\nThe default value is " (if (string-match "\n" text) |
