]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/w32fns.c (Fw32_read_registry): Doc fix
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 17 Sep 2019 14:29:23 +0000 (16:29 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 17 Sep 2019 14:29:23 +0000 (16:29 +0200)
src/w32fns.c

index d6fd8f53490d6614cdf8ca5ada51b2f8e3807d06..34abd026f955dba4854bf57c711b717a77791810 100644 (file)
@@ -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.