emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/beardbolt 345dd21d24 145/323: Fix typo in docstring


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 345dd21d24 145/323: Fix typo in docstring
Date: Thu, 9 Mar 2023 10:58:25 -0500 (EST)

branch: externals/beardbolt
commit 345dd21d24f0605efada9378c892eeeab53e7625
Author: Jay Kamat <jaygkamat@gmail.com>
Commit: Jay Kamat <jaygkamat@gmail.com>

    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)



reply via email to

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