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: Juanma Barranquero
Subject: Re: indented meta-info in describe-variable
Date: Wed, 10 Oct 2007 10:49:36 +0200

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
------------------------------------------------------------

             Juanma




reply via email to

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