summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-01-29 07:22:14 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-01-29 07:22:14 +0100
commit3f92d0093246c6f17f04f97282f95c81a398ea30 (patch)
tree22c0378898d1f09e7a6ad9f7699e1bf8ea61a2b5 /src
parent9fb859010fa624f4b63ad4a1a8ba22a0f64f16f2 (diff)
downloademacs-3f92d0093246c6f17f04f97282f95c81a398ea30.tar.gz
operating-system-release doc string improvement
* src/editfns.c (syms_of_editfns): Be more precise about what `operating-system-release' is (bug#39940).
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 6f04c998915..3b2876f01e8 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -4479,7 +4479,7 @@ functions if all the text being accessed has this property. */);
doc: /* The user's name, based upon the real uid only. */);
DEFVAR_LISP ("operating-system-release", Voperating_system_release,
- doc: /* The release of the operating system Emacs is running on. */);
+ doc: /* The operating system kernel version Emacs is running on. */);
DEFVAR_BOOL ("binary-as-unsigned",
binary_as_unsigned,