emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ff5dd4e 2/2: ; Update asm-mode docstring after last


From: Basil L. Contovounesios
Subject: [Emacs-diffs] master ff5dd4e 2/2: ; Update asm-mode docstring after last change
Date: Wed, 10 Jul 2019 10:00:18 -0400 (EDT)

branch: master
commit ff5dd4ed76c9854ad8a566cea8ddcdf5c8ffabd6
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    ; Update asm-mode docstring after last change
    
    * lisp/progmodes/asm-mode.el (asm-mode): Display binding for
    newline-and-indent instead of its obsolete alias
    asm-newline (bug#36540).
---
 lisp/progmodes/asm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el
index 5390ef7..d6e1559 100644
--- a/lisp/progmodes/asm-mode.el
+++ b/lisp/progmodes/asm-mode.el
@@ -113,7 +113,7 @@ Features a private abbrev table and the following bindings:
 
 \\[asm-colon]\toutdent a preceding label, tab to next tab stop.
 \\[tab-to-tab-stop]\ttab to next tab stop.
-\\[asm-newline]\tnewline, then tab to next tab stop.
+\\[newline-and-indent]\tnewline, then tab to next tab stop.
 \\[asm-comment]\tsmart placement of assembler comments.
 
 The character used for making comments is set by the variable



reply via email to

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