projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcc6468
)
; * src/w32fns.c (Fw32_read_registry): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 6 Apr 2019 13:16:32 +0000
(16:16 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 6 Apr 2019 13:16:32 +0000
(16:16 +0300)
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 25900c54c88dee9175b7148c60af903f62afd82a..af82b4630592f4ff38999b6d9729d14fced04719 100644
(file)
--- 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'.
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,