From 68b190c8b40be4f89101541be9bdcb57e2561f89 Mon Sep 17 00:00:00 2001 From: Phil Sainty Date: Sun, 19 Sep 2021 22:25:37 +1200 Subject: [PATCH] ; * lisp/subr.el (setq-local): Fix docstring quotes (bug#50646) --- lisp/subr.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/subr.el b/lisp/subr.el index c2cfc18bd7a..5fac316e379 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -166,8 +166,8 @@ variables are literal symbols and should not be quoted. The second VALUE is not computed until after the first VARIABLE is set, and so on; each VALUE can use the new value of variables -set earlier in the ‘setq-local’. The return value of the -‘setq-local’ form is the value of the last VALUE. +set earlier in the `setq-local'. The return value of the +`setq-local' form is the value of the last VALUE. \(fn [VARIABLE VALUE]...)" (declare (debug setq)) -- 2.39.5