diff options
| author | Eli Zaretskii | 2019-04-06 16:16:32 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-04-06 16:16:32 +0300 |
| commit | 47aae7cfe17c4a803c703ba237cf1c62d246766d (patch) | |
| tree | 49f272867439e1a44fa8e843a0fbdaa55b474026 /src | |
| parent | bcc6468b39916de6a3756c98e744ed5d0534eb40 (diff) | |
| download | emacs-47aae7cfe17c4a803c703ba237cf1c62d246766d.tar.gz emacs-47aae7cfe17c4a803c703ba237cf1c62d246766d.zip | |
; * src/w32fns.c (Fw32_read_registry): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 25900c54c88..af82b463059 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -10099,6 +10099,8 @@ It can also be nil, which means try `HKCU', and if that fails, try `HKLM'. | |||
| 10099 | 10099 | ||
| 10100 | KEY and NAME must be strings, and NAME must not include slashes. | 10100 | KEY and NAME must be strings, and NAME must not include slashes. |
| 10101 | KEY can use either forward- or back-slashes. | 10101 | KEY can use either forward- or back-slashes. |
| 10102 | To access the default value of KEY (if it is defined), use NAME | ||
| 10103 | that is an empty string. | ||
| 10102 | 10104 | ||
| 10103 | If the the named KEY or its subkey called NAME don't exist, or cannot | 10105 | If the the named KEY or its subkey called NAME don't exist, or cannot |
| 10104 | be accessed by the current user, the function returns nil. Otherwise, | 10106 | be accessed by the current user, the function returns nil. Otherwise, |