all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* can you explain the sentence about defvar in elisp?
@ 2009-07-03 16:33 waterloo
  2009-07-03 17:52 ` Drew Adams
  0 siblings, 1 reply; 6+ messages in thread
From: waterloo @ 2009-07-03 16:33 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 503 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-07-04  5:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-03 16:33 can you explain the sentence about defvar in elisp? waterloo
2009-07-03 17:52 ` Drew Adams
2009-07-04  2:00   ` waterloo
2009-07-04  2:55     ` Drew Adams
2009-07-04  3:46       ` waterloo
2009-07-04  5:16         ` Drew Adams

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.