branch: externals/compat
commit fecfefef40f5ea972ad32a7873b7eb2c1298af9c
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Manual: setq-local must be called via compat-call
---
compat.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compat.texi b/compat.texi
index 52a03b3b2f..7f85fd11de 100644
--- a/compat.texi
+++ b/compat.texi
@@ -1458,7 +1458,7 @@ keymaps, instead of just a singular keymap.
@end defun
@c based on lispref/variables.texi
-@defmac setq-local &rest pairs
+@defmac compat-call@ setq-local &rest pairs
@var{pairs} is a list of variable and value pairs. This macro creates
a buffer-local binding in the current buffer for each of the
variables, and gives them a buffer-local value. It is equivalent to