diff options
| author | Juanma Barranquero | 2019-09-17 16:29:23 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2019-09-17 16:29:23 +0200 |
| commit | 746b20c23733c36c26e8962d685b01385e58e94d (patch) | |
| tree | 405b6dd0f0f832e4f1382d2cd2e6ac8b4d30a1dc /src | |
| parent | 57fd3709b21da6b4281c4e96e3361e5cf2355957 (diff) | |
| download | emacs-746b20c23733c36c26e8962d685b01385e58e94d.tar.gz emacs-746b20c23733c36c26e8962d685b01385e58e94d.zip | |
* src/w32fns.c (Fw32_read_registry): Doc fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index d6fd8f53490..34abd026f95 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -10109,8 +10109,8 @@ KEY can use either forward- or back-slashes. | |||
| 10109 | To access the default value of KEY (if it is defined), use NAME | 10109 | To access the default value of KEY (if it is defined), use NAME |
| 10110 | that is an empty string. | 10110 | that is an empty string. |
| 10111 | 10111 | ||
| 10112 | If the the named KEY or its subkey called NAME don't exist, or cannot | 10112 | If the named KEY or its subkey called NAME don't exist, or cannot be |
| 10113 | be accessed by the current user, the function returns nil. Otherwise, | 10113 | accessed by the current user, the function returns nil. Otherwise, |
| 10114 | the return value depends on the type of the data stored in Registry: | 10114 | the return value depends on the type of the data stored in Registry: |
| 10115 | 10115 | ||
| 10116 | If the data type is REG_NONE, the function returns t. | 10116 | If the data type is REG_NONE, the function returns t. |