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

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

[elpa] externals/beardbolt 74fc122c39 101/323: Fix typo in supports-{dis


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 74fc122c39 101/323: Fix typo in supports-{disass, asm}
Date: Thu, 9 Mar 2023 10:58:21 -0500 (EST)

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

    Fix typo in supports-{disass,asm}
    
    Closes #8
---
 rmsbolt.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rmsbolt.el b/rmsbolt.el
index 36ce6d4fcc..f081048aca 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -259,11 +259,11 @@ Outputs assembly file if ASM."
   (supports-disass
    nil
    :type 'bool
-   :documentation "If we support assembly directly. If nil, we must 
disassemble.")
+   :documentation "If we support assembly directly. If nil, we must use other 
methods.")
   (supports-asm
    nil
    :type 'bool
-   :documentation "If we support assembly directly. If nil, we must 
disassemble.")
+   :documentation "If we support disassembling from binaries. If nil, we must 
use other methods.")
   (objdumper
    'objdump
    :type 'symbol



reply via email to

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