diff options
| author | Stefan Monnier | 2009-09-11 00:58:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-09-11 00:58:59 +0000 |
| commit | 8cb95edf7cdec140efb1c8dbf4f7f33320f0ca0c (patch) | |
| tree | 082de7005695b6792640b4a2d54cfbe4a67921fc /lisp/textmodes | |
| parent | 599498c31f0ce7a3ffd6094a12a986766b5a694d (diff) | |
| download | emacs-8cb95edf7cdec140efb1c8dbf4f7f33320f0ca0c.tar.gz emacs-8cb95edf7cdec140efb1c8dbf4f7f33320f0ca0c.zip | |
* keymap.c (QCadvertised_binding): New constant.
(syms_of_keymap): Initialize it.
(Fwhere_is_internal): Try and use bindings from :advertised-binding
if applicable.
* progmodes/xscheme.el (xscheme-evaluation-commands):
Put a :advertised-binding property rather than using
advertised-xscheme-send-previous-expression.
(advertised-xscheme-send-previous-expression): Declare obsolete.
* emulation/crisp.el (crisp-mode-map): Use `undo' rather than
`advertised-undo'.
(crisp-mode): Add corresponding bindings to
undo's :advertised-binding instead.
* dired.el (dired-mode-map): Put a :advertised-binding property rather
than using dired-advertised-find-file.
(dired-advertised-find-file):
* simple.el (advertised-undo):
* wid-edit.el (advertised-widget-backward): Declare obsolete.
(widget-keymap): Put a :advertised-binding property rather
than using advertised-widget-backward.
* bindings.el (ctl-x-map): Put a :advertised-binding property rather
than using advertised-undo.
* tutorial.el (tutorial--default-keys): Adjust accordingly.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/picture.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 92412eccd10..378c2e668b9 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el | |||
| @@ -719,7 +719,7 @@ You can manipulate rectangles with these commands: | |||
| 719 | Insert rectangle from named register: \\[picture-yank-rectangle-from-register] | 719 | Insert rectangle from named register: \\[picture-yank-rectangle-from-register] |
| 720 | Draw a rectangular box around mark and point: \\[picture-draw-rectangle] | 720 | Draw a rectangular box around mark and point: \\[picture-draw-rectangle] |
| 721 | Copies a rectangle to a register: \\[copy-rectangle-to-register] | 721 | Copies a rectangle to a register: \\[copy-rectangle-to-register] |
| 722 | Undo effects of rectangle overlay commands: \\[advertised-undo] | 722 | Undo effects of rectangle overlay commands: \\[undo] |
| 723 | 723 | ||
| 724 | You can return to the previous mode with \\[picture-mode-exit], which | 724 | You can return to the previous mode with \\[picture-mode-exit], which |
| 725 | also strips trailing whitespace from every line. Stripping is suppressed | 725 | also strips trailing whitespace from every line. Stripping is suppressed |