aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2003-02-09 14:40:09 +0000
committerJohn Paul Wallington2003-02-09 14:40:09 +0000
commiteaffd16d983fcb8203147f43de76c8d4ea48fc17 (patch)
treef9a9dd39fad8dfbf8d0ee09442046e1f3778904d
parentb08d5f59598286f7a18ff9528f5402cdda3eade2 (diff)
downloademacs-eaffd16d983fcb8203147f43de76c8d4ea48fc17.tar.gz
emacs-eaffd16d983fcb8203147f43de76c8d4ea48fc17.zip
Fix misspelling of `comint-insert-previous-argument'.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9950bfd3a4f..e86770e3861 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -442,7 +442,7 @@ screen size. (For now, this does not work with some window managers.)
442automatically. 442automatically.
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
446modes (shell-mode etc) inserts arguments from previous command lines, 446modes (shell-mode etc) inserts arguments from previous command lines,
447like bash's `ESC .' binding. It is bound by default to `C-c .', but 447like bash's `ESC .' binding. It is bound by default to `C-c .', but
448otherwise behaves quite similarly to the bash version. 448otherwise behaves quite similarly to the bash version.