emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 47aae7c: ; * src/w32fns.c (Fw32_read_registry): Doc


From: Eli Zaretskii
Subject: [Emacs-diffs] master 47aae7c: ; * src/w32fns.c (Fw32_read_registry): Doc fix.
Date: Sat, 6 Apr 2019 09:17:11 -0400 (EDT)

branch: master
commit 47aae7cfe17c4a803c703ba237cf1c62d246766d
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * src/w32fns.c (Fw32_read_registry): Doc fix.
---
 src/w32fns.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/w32fns.c b/src/w32fns.c
index 25900c5..af82b46 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'.
 
 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]