[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/setup 8d99fd4 1/2: Fix typo in setup-attributes docstri
From: |
ELPA Syncer |
Subject: |
[elpa] externals/setup 8d99fd4 1/2: Fix typo in setup-attributes docstring |
Date: |
Mon, 8 Nov 2021 14:57:26 -0500 (EST) |
branch: externals/setup
commit 8d99fd469a23483f728efc248669fe98fa1ce4ee
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Fix typo in setup-attributes docstring
---
setup.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.el b/setup.el
index 4a8e63c..7b14762 100644
--- a/setup.el
+++ b/setup.el
@@ -75,7 +75,7 @@ is used to retrieve the current context.")
(defvar setup-attributes '()
"A list symbols used to store a state during macro processing.
The list is populated during macro expansion, and may modify the
-behaviour of the functions in `setup-modifier-list'..")
+behaviour of the functions in `setup-modifier-list'.")
(defun setup-wrap-to-catch-quits (body _name)
"Wrap BODY in a catch block if necessary.