Mercurial > hg > xemacs-beta
comparison man/lispref/commands.texi @ 290:c9fe270a4101 r21-0b43
Import from CVS: tag r21-0b43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:36:47 +0200 |
parents | c42ec1d1cded |
children | 341dac730539 |
comparison
equal
deleted
inserted
replaced
289:6e6992ccc4b6 | 290:c9fe270a4101 |
---|---|
2296 @example | 2296 @example |
2297 (put 'delete-region 'disabled | 2297 (put 'delete-region 'disabled |
2298 "Text deleted this way cannot be yanked back!\n") | 2298 "Text deleted this way cannot be yanked back!\n") |
2299 @end example | 2299 @end example |
2300 | 2300 |
2301 @xref{Disabling,,, emacs, The XEmacs Reference Manual}, for the details on | 2301 @xref{Disabling,,, xemacs, The XEmacs User's Manual}, for the details on |
2302 what happens when a disabled command is invoked interactively. | 2302 what happens when a disabled command is invoked interactively. |
2303 Disabling a command has no effect on calling it as a function from Lisp | 2303 Disabling a command has no effect on calling it as a function from Lisp |
2304 programs. | 2304 programs. |
2305 | 2305 |
2306 @deffn Command enable-command command | 2306 @deffn Command enable-command command |
2363 expressions rather than strings. | 2363 expressions rather than strings. |
2364 | 2364 |
2365 There are a number of commands devoted to the editing and recall of | 2365 There are a number of commands devoted to the editing and recall of |
2366 previous commands. The commands @code{repeat-complex-command}, and | 2366 previous commands. The commands @code{repeat-complex-command}, and |
2367 @code{list-command-history} are described in the user manual | 2367 @code{list-command-history} are described in the user manual |
2368 (@pxref{Repetition,,, emacs, The XEmacs Reference Manual}). Within the | 2368 (@pxref{Repetition,,, xemacs, The XEmacs User's Manual}). Within the |
2369 minibuffer, the history commands used are the same ones available in any | 2369 minibuffer, the history commands used are the same ones available in any |
2370 minibuffer. | 2370 minibuffer. |
2371 | 2371 |
2372 @node Keyboard Macros | 2372 @node Keyboard Macros |
2373 @section Keyboard Macros | 2373 @section Keyboard Macros |
2417 macro. Its value is a string or vector, or @code{nil}. | 2417 macro. Its value is a string or vector, or @code{nil}. |
2418 @end defvar | 2418 @end defvar |
2419 | 2419 |
2420 @c Broke paragraph to prevent overfull hbox. --rjc 15mar92 | 2420 @c Broke paragraph to prevent overfull hbox. --rjc 15mar92 |
2421 The commands are described in the user's manual (@pxref{Keyboard | 2421 The commands are described in the user's manual (@pxref{Keyboard |
2422 Macros,,, xemacs, The XEmacs Reference Manual}). | 2422 Macros,,, xemacs, The XEmacs User's Manual}). |