mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
* 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.
This commit is contained in:
parent
599498c31f
commit
8cb95edf7c
12 changed files with 72 additions and 18 deletions
|
|
@ -719,7 +719,7 @@ You can manipulate rectangles with these commands:
|
|||
Insert rectangle from named register: \\[picture-yank-rectangle-from-register]
|
||||
Draw a rectangular box around mark and point: \\[picture-draw-rectangle]
|
||||
Copies a rectangle to a register: \\[copy-rectangle-to-register]
|
||||
Undo effects of rectangle overlay commands: \\[advertised-undo]
|
||||
Undo effects of rectangle overlay commands: \\[undo]
|
||||
|
||||
You can return to the previous mode with \\[picture-mode-exit], which
|
||||
also strips trailing whitespace from every line. Stripping is suppressed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue