mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(defcustom): Doc fix.
This commit is contained in:
parent
64ed6f7182
commit
6c7f60a25d
2 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,10 @@
|
|||
2001-08-17 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* custom.el (defcustom): Doc fix.
|
||||
|
||||
2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
||||
|
||||
* ps-mule.el: (find-composition): Check if (char-after POS)
|
||||
* ps-mule.el (find-composition): Check if (char-after POS)
|
||||
returns a valid character.
|
||||
|
||||
2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ The following keywords are meaningful:
|
|||
VALUE should be a function used to initialize the
|
||||
variable. It takes two arguments, the symbol and value
|
||||
given in the `defcustom' call. The default is
|
||||
`custom-initialize-default'
|
||||
`custom-initialize-reset.'
|
||||
:set VALUE should be a function to set the value of the symbol.
|
||||
It takes two arguments, the symbol to set and the value to
|
||||
give it. The default choice of function is `custom-set-default'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue