[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patch] minor doc bug in etc/NEWS
From: |
Benjamin Rutt |
Subject: |
[patch] minor doc bug in etc/NEWS |
Date: |
Sat, 08 Feb 2003 21:22:09 -0500 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (sparc-sun-solaris2.8) |
The patch below fixes a misspelling of the function
`comint-insert-previous-argument' in etc/NEWS.
Index: NEWS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/NEWS,v
retrieving revision 1.787
diff -c -r1.787 NEWS
*** NEWS 7 Feb 2003 21:47:21 -0000 1.787
--- NEWS 9 Feb 2003 02:20:07 -0000
***************
*** 442,448 ****
automatically.
+++
! ** The new command `comint-input-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.
--- 442,448 ----
automatically.
+++
! ** 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.
--
Benjamin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [patch] minor doc bug in etc/NEWS,
Benjamin Rutt <=