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

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

can you explain the sentence about defvar in elisp?


From: waterloo
Subject: can you explain the sentence about defvar in elisp?
Date: Sat, 4 Jul 2009 00:33:54 +0800

When you specified a variable using the `defvar' special form, you
could distinguish a readily settable variable from others by typing an
asterisk, `*', in the first column of its documentation string.  For
example:

     (defvar shell-command-default-error-buffer nil
       "*Buffer name for `shell-command' ... error output.
     ... ")

I can not understant it "distinguish a readily settable variable from others" ?

Thanks

reply via email to

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