branch: externals/beardbolt commit 74fc122c39a3c571342333b115ca1c41c0f8809a Author: Jay Kamat <jaygka...@gmail.com> Commit: Jay Kamat <jaygka...@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