From 3f92d0093246c6f17f04f97282f95c81a398ea30 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 29 Jan 2021 07:22:14 +0100 Subject: [PATCH] operating-system-release doc string improvement * src/editfns.c (syms_of_editfns): Be more precise about what `operating-system-release' is (bug#39940). --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2