comparison etc/NEWS @ 49658:b4b0014862b1

Fix misspelling of `comint-insert-previous-argument'.
author John Paul Wallington <jpw@pobox.com>
date Sun, 09 Feb 2003 14:40:09 +0000
parents f4b5295c3540
children f118fc83f5a5
comparison
equal deleted inserted replaced
49657:f4b5295c3540 49658:b4b0014862b1
440 --- 440 ---
441 ** Emacs now tries to set up buffer coding systems for HTML/XML files 441 ** Emacs now tries to set up buffer coding systems for HTML/XML files
442 automatically. 442 automatically.
443 443
444 +++ 444 +++
445 ** The new command `comint-input-previous-argument' in comint-derived 445 ** The new command `comint-insert-previous-argument' in comint-derived
446 modes (shell-mode etc) inserts arguments from previous command lines, 446 modes (shell-mode etc) inserts arguments from previous command lines,
447 like bash's `ESC .' binding. It is bound by default to `C-c .', but 447 like bash's `ESC .' binding. It is bound by default to `C-c .', but
448 otherwise behaves quite similarly to the bash version. 448 otherwise behaves quite similarly to the bash version.
449 449
450 +++ 450 +++