[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Documentation not clear for the Lisp function set-variable
From: |
Richard Stallman |
Subject: |
Re: Documentation not clear for the Lisp function set-variable |
Date: |
Sun, 19 Jun 2005 23:50:26 -0400 |
How about this doc string?
(defun set-variable (var val &optional make-local)
"Set VARIABLE to VALUE. VALUE is a Lisp object.
VARIABLE should be a user option variable name, a Lisp variable
meant to be customized by users. You should enter VALUE in Lisp syntax,
so if you want VALUE to be a string, you must surround it with doublequotes.
VALUE is used literally, not evaluated.
If VARIABLE has a `variable-interactive' property, that is used as if
it were the arg to `interactive' (which see) to interactively read VALUE.
If VARIABLE has been defined with `defcustom', then the type information
in the definition is used to check that VALUE is valid.
With a prefix argument, set VARIABLE to VALUE buffer-locally."
- Documentation not clear for the Lisp function set-variable, Yoni Rabkin, 2005/06/19
- Re: Documentation not clear for the Lisp function set-variable,
Richard Stallman <=
- Re: Documentation not clear for the Lisp function set-variable, Yoni Rabkin, 2005/06/20
- Re: Documentation not clear for the Lisp function set-variable, Juanma Barranquero, 2005/06/20
- Re: Documentation not clear for the Lisp function set-variable, Juri Linkov, 2005/06/26
- Re: Documentation not clear for the Lisp function set-variable, Juanma Barranquero, 2005/06/27
- Re: Documentation not clear for the Lisp function set-variable, Juanma Barranquero, 2005/06/27
- Re: Documentation not clear for the Lisp function set-variable, Luc Teirlinck, 2005/06/27
- Re: Documentation not clear for the Lisp function set-variable, Juanma Barranquero, 2005/06/27
- Re: Documentation not clear for the Lisp function set-variable, Luc Teirlinck, 2005/06/27
- Re: Documentation not clear for the Lisp function set-variable, Juanma Barranquero, 2005/06/27