From: Phil Sainty Date: Sun, 19 Sep 2021 10:25:37 +0000 (+1200) Subject: ; * lisp/subr.el (setq-local): Fix docstring quotes (bug#50646) X-Git-Tag: emacs-28.0.90~844 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68b190c8b40be4f89101541be9bdcb57e2561f89;p=emacs.git ; * lisp/subr.el (setq-local): Fix docstring quotes (bug#50646) --- 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))