summaryrefslogtreecommitdiff
path: root/lisp/w32-fns.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-05-20 14:34:36 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-05-20 14:34:36 +0200
commit4a04046b7200b9c7201c252c23a8c313d4687b5f (patch)
treeec2060bdf179ee90f8852f295dbc15bbf84fbf3f /lisp/w32-fns.el
parentbfcff8f88a472bd1a64922da094cd007d3b7a70a (diff)
downloademacs-4a04046b7200b9c7201c252c23a8c313d4687b5f.tar.gz
w32--os-description: Fix previous change
* lisp/w32-fns.el (w32--os-description): Fix inadvertant "o" added to the end of the function name in the previous patch (bug#35807).
Diffstat (limited to 'lisp/w32-fns.el')
-rw-r--r--lisp/w32-fns.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el
index 2b6464ab986..443a995cb8d 100644
--- a/lisp/w32-fns.el
+++ b/lisp/w32-fns.el
@@ -308,7 +308,7 @@ names."
(declare-function w32-version "w32-win" ())
(declare-function w32-read-registry "w32fns" (root key name))
-(defun w32--os-descriptiono ()
+(defun w32--os-description ()
"Return a string describing the underlying OS and its version."
(let* ((w32ver (car (w32-version)))
(w9x-p (< w32ver 5))