]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/subr.el (setq-local): Fix docstring quotes (bug#50646)
authorPhil Sainty <phil@catalyst.net.nz>
Sun, 19 Sep 2021 10:25:37 +0000 (22:25 +1200)
committerPhil Sainty <phil@catalyst.net.nz>
Sun, 19 Sep 2021 10:40:12 +0000 (22:40 +1200)
lisp/subr.el

index c2cfc18bd7a65dd864afad4df28cc9c51019bc4a..5fac316e379b3b03c094d5763caf1c60b891e8ed 100644 (file)
@@ -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))