diff options
| author | Basil L. Contovounesios | 2019-07-10 14:58:32 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2019-07-10 14:58:32 +0100 |
| commit | ff5dd4ed76c9854ad8a566cea8ddcdf5c8ffabd6 (patch) | |
| tree | 3add05048a2a6ea7725ea6b341d30ac52ea252b2 | |
| parent | ddc8c2c298d99bc084523786e5deac5ea2e6ee84 (diff) | |
| download | emacs-ff5dd4ed76c9854ad8a566cea8ddcdf5c8ffabd6.tar.gz emacs-ff5dd4ed76c9854ad8a566cea8ddcdf5c8ffabd6.zip | |
; 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).
| -rw-r--r-- | lisp/progmodes/asm-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index 5390ef7cd2a..d6e155997d4 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: | |||
| 113 | 113 | ||
| 114 | \\[asm-colon]\toutdent a preceding label, tab to next tab stop. | 114 | \\[asm-colon]\toutdent a preceding label, tab to next tab stop. |
| 115 | \\[tab-to-tab-stop]\ttab to next tab stop. | 115 | \\[tab-to-tab-stop]\ttab to next tab stop. |
| 116 | \\[asm-newline]\tnewline, then tab to next tab stop. | 116 | \\[newline-and-indent]\tnewline, then tab to next tab stop. |
| 117 | \\[asm-comment]\tsmart placement of assembler comments. | 117 | \\[asm-comment]\tsmart placement of assembler comments. |
| 118 | 118 | ||
| 119 | The character used for making comments is set by the variable | 119 | The character used for making comments is set by the variable |