emacs-devel
[Top][All Lists]
Advanced

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

Re: indented meta-info in describe-variable


From: Stefan Monnier
Subject: Re: indented meta-info in describe-variable
Date: Wed, 10 Oct 2007 15:30:05 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

> Is this difference in whitespace intended?
> (defvar test nil "test")
> (make-variable-buffer-local 'test)

> and then:

> ------------------------------------------------------------
> test's value is nil

>   Automatically becomes buffer-local when set in any fashion.

> Documentation:
> test
> ------------------------------------------------------------
> test's value is t
> Local in buffer *scratch*; global value is nil
>   Automatically becomes buffer-local when set in any fashion.

> Documentation:
> test
> ------------------------------------------------------------

Should be fixed now,


        Stefan


PS: As for using faces instead of indentation, feel free to try it out, but
it's always tricky business, and may not help on a tty.




reply via email to

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