emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 746b20c: * src/w32fns.c (Fw32_read_registry): Doc f


From: Juanma Barranquero
Subject: [Emacs-diffs] master 746b20c: * src/w32fns.c (Fw32_read_registry): Doc fix
Date: Tue, 17 Sep 2019 10:29:50 -0400 (EDT)

branch: master
commit 746b20c23733c36c26e8962d685b01385e58e94d
Author: Juanma Barranquero <address@hidden>
Commit: Juanma Barranquero <address@hidden>

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

diff --git a/src/w32fns.c b/src/w32fns.c
index d6fd8f5..34abd02 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -10109,8 +10109,8 @@ 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,
+If the named KEY or its subkey called NAME don't exist, or cannot be
+accessed by the current user, the function returns nil.  Otherwise,
 the return value depends on the type of the data stored in Registry:
 
   If the data type is REG_NONE, the function returns t.



reply via email to

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