; Add some comments
This commit is contained in:
parent
ddb8f90322
commit
fd51234cd3
2 changed files with 4 additions and 0 deletions
|
@ -329,6 +329,7 @@ instead of running the @code{mouse-save-then-kill} command, rebind
|
|||
@kbd{Mouse-3} by adding the following line to your init file
|
||||
(@pxref{Init Rebinding}):
|
||||
|
||||
@c FIXME: `mouse-popup-menubar-stuff' is obsolete since 23.1.
|
||||
@smallexample
|
||||
(global-set-key [mouse-3] 'mouse-popup-menubar-stuff)
|
||||
@end smallexample
|
||||
|
|
|
@ -3454,6 +3454,9 @@ a function. (@xref{Interactive Codes, , Code Characters for
|
|||
Consider the function @code{zap-to-char}. Its interactive expression
|
||||
is
|
||||
|
||||
@c FIXME: the interactive expression of zap-to-char has been changed
|
||||
@c (in 2012-04-10).
|
||||
|
||||
@smallexample
|
||||
(interactive "p\ncZap to char: ")
|
||||
@end smallexample
|
||||
|
|
Loading…
Add table
Reference in a new issue