I made the change in the comment-signature php file.
the lines are shown below: lines 20-23:
<th><label for="buffercode_cmt_sign_label">User's Comment Signature</label></th>
<td>
<textarea name="buffercode_cmt_sign_textarea" class="regular-text" maxlength="100"><?php echo esc_attr( get_the_author_meta( 'buffercode_cmt_sign_textarea', $user->ID ) ); ?> </textarea><br>
<span class="description">Please enter your Comment Signature.</span><br>
Now it displays in profile edit:
User's Comment Signature Proud to be the Father of my warrior Son born with CHD.
Please enter your Comment Signature.
But if you can make the change permanent it would be appreciated. Thanks again!
William