# HG changeset patch # User John Paul Wallington # Date 1044801609 0 # Node ID b4b0014862b1b442a7dfc074d318a5542f87bd45 # Parent f4b5295c35401626a9bf8d370f49648d56870ab2 Fix misspelling of `comint-insert-previous-argument'. diff -r f4b5295c3540 -r b4b0014862b1 etc/NEWS --- a/etc/NEWS Sun Feb 09 08:38:05 2003 +0000 +++ b/etc/NEWS Sun Feb 09 14:40:09 2003 +0000 @@ -442,7 +442,7 @@ automatically. +++ -** The new command `comint-input-previous-argument' in comint-derived +** The new command `comint-insert-previous-argument' in comint-derived modes (shell-mode etc) inserts arguments from previous command lines, like bash's `ESC .' binding. It is bound by default to `C-c .', but otherwise behaves quite similarly to the bash version.