; * src/w32fns.c (Fw32_read_registry): Doc fix.
This commit is contained in:
parent
bcc6468b39
commit
47aae7cfe1
1 changed files with 2 additions and 0 deletions
|
@ -10099,6 +10099,8 @@ It can also be nil, which means try `HKCU', and if that fails, try `HKLM'.
|
|||
|
||||
KEY and NAME must be strings, and NAME must not include slashes.
|
||||
KEY can use either forward- or back-slashes.
|
||||
To access the default value of KEY (if it is defined), use NAME
|
||||
that is an empty string.
|
||||
|
||||
If the the named KEY or its subkey called NAME don't exist, or cannot
|
||||
be accessed by the current user, the function returns nil. Otherwise,
|
||||
|
|
Loading…
Add table
Reference in a new issue