diff options
| author | Richard M. Stallman | 2006-01-19 17:31:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-01-19 17:31:25 +0000 |
| commit | b84c4f071228c2fec8985ed04bc7a8398e912d2e (patch) | |
| tree | 53528d124836a3e306940d08b521385b412fdbe6 /man/programs.texi | |
| parent | d9bf0f5a30bfbfd0ddd69166b470b26cbd6d9392 (diff) | |
| download | emacs-b84c4f071228c2fec8985ed04bc7a8398e912d2e.tar.gz emacs-b84c4f071228c2fec8985ed04bc7a8398e912d2e.zip | |
(Hungry Delete): Upcase @key argument.
Diffstat (limited to 'man/programs.texi')
| -rw-r--r-- | man/programs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/programs.texi b/man/programs.texi index e1806488150..dfb1e9c0d85 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -1630,7 +1630,7 @@ following point. | |||
| 1630 | delete mode}. When this feature is enabled (indicated by @samp{/h} in | 1630 | delete mode}. When this feature is enabled (indicated by @samp{/h} in |
| 1631 | the mode line after the mode name), a single @key{BS} command deletes | 1631 | the mode line after the mode name), a single @key{BS} command deletes |
| 1632 | all preceding whitespace, not just one space, and a single @kbd{C-c | 1632 | all preceding whitespace, not just one space, and a single @kbd{C-c |
| 1633 | C-d} (but @emph{not} @key{delete}) deletes all following whitespace. | 1633 | C-d} (but @emph{not} @key{DELETE}) deletes all following whitespace. |
| 1634 | 1634 | ||
| 1635 | @table @kbd | 1635 | @table @kbd |
| 1636 | @item M-x c-toggle-hungry-state | 1636 | @item M-x c-toggle-hungry-state |