help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Documentation about elisp code


From: tomas
Subject: Re: Documentation about elisp code
Date: Sun, 2 May 2021 12:40:57 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Sun, May 02, 2021 at 12:25:14PM +0200, steve-humphreys@gmx.com wrote:
> Have made a defvar and want to output the string in message.
> Getting into difficulties doing that.
> 
> (defvar guidance-message
>   "* guidance
> 
> C-h f flight"

There is a closing parenthesis missing here.

> (defun guidance ()
>    "todo"
> 
>    (message guidance-message) )
> 
> (guidance)

Besides... you could help us help you better by actually
describing your difficulties. Just "Getting into difficulties
doing that" is... difficult :)

Cheers
 - t

Attachment: signature.asc
Description: Digital signature


reply via email to

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