diff options
| author | Eli Zaretskii | 2021-01-29 09:45:13 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-01-29 09:45:13 +0200 |
| commit | ae2e2b6acdf9c052b726c45507945ff0a824db91 (patch) | |
| tree | ccc03228b5b69127bc510067368cb90349148bd7 | |
| parent | 19afd6de25eb836014301009620091be6f0012b0 (diff) | |
| download | emacs-ae2e2b6acdf9c052b726c45507945ff0a824db91.tar.gz emacs-ae2e2b6acdf9c052b726c45507945ff0a824db91.zip | |
Improve doc string of 'operating-system-release'
* src/editfns.c (syms_of_editfns) <operating-system-release>: Doc
fix. (Bug#39940)
| -rw-r--r-- | src/editfns.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 3b2876f01e8..3c2a858b46e 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -4479,7 +4479,9 @@ functions if all the text being accessed has this property. */); | |||
| 4479 | doc: /* The user's name, based upon the real uid only. */); | 4479 | doc: /* The user's name, based upon the real uid only. */); |
| 4480 | 4480 | ||
| 4481 | DEFVAR_LISP ("operating-system-release", Voperating_system_release, | 4481 | DEFVAR_LISP ("operating-system-release", Voperating_system_release, |
| 4482 | doc: /* The operating system kernel version Emacs is running on. */); | 4482 | doc: /* The kernel version of the operating system on which Emacs is running. |
| 4483 | The value is a string. It can also be nil if Emacs doesn't | ||
| 4484 | know how to get the kernel version on the underlying OS. */); | ||
| 4483 | 4485 | ||
| 4484 | DEFVAR_BOOL ("binary-as-unsigned", | 4486 | DEFVAR_BOOL ("binary-as-unsigned", |
| 4485 | binary_as_unsigned, | 4487 | binary_as_unsigned, |