]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix misspelling of `comint-insert-previous-argument'.
authorJohn Paul Wallington <jpw@pobox.com>
Sun, 9 Feb 2003 14:40:09 +0000 (14:40 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sun, 9 Feb 2003 14:40:09 +0000 (14:40 +0000)
etc/NEWS

index 9950bfd3a4f4656515db0ea8b94e81b99dbd6bb4..e86770e3861310b4205d326ca7020c2fb8c98f1d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -442,7 +442,7 @@ screen size.  (For now, this does not work with some window managers.)
 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.