branch: externals/beardbolt
commit 345dd21d24f0605efada9378c892eeeab53e7625
Author: Jay Kamat <[email protected]>
Commit: Jay Kamat <[email protected]>
Fix typo in docstring
---
rmsbolt.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rmsbolt.el b/rmsbolt.el
index 8aee85d443..4a38b6396c 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -147,8 +147,8 @@ may throw errors.
If you are not on x86, you most likely want to set this to nil.
-Since this defaults to 'intel, implementers must support this
-being set (at worst falling back to nil if passed 'intel)."
+Since this defaults to \"intel\", implementers must support this
+being set (at worst falling back to nil if passed \"intel\")."
:type 'string
:safe (lambda (v) (or (booleanp v) (stringp v)))
:group 'rmsbolt)