emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 68b190c: ; * lisp/subr.el (setq-local): Fix docstring quotes (bug


From: Phil Sainty
Subject: master 68b190c: ; * lisp/subr.el (setq-local): Fix docstring quotes (bug#50646)
Date: Sun, 19 Sep 2021 06:46:51 -0400 (EDT)

branch: master
commit 68b190c8b40be4f89101541be9bdcb57e2561f89
Author: Phil Sainty <phil@catalyst.net.nz>
Commit: Phil Sainty <phil@catalyst.net.nz>

    ; * 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 c2cfc18..5fac316 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]