diff options
| author | Luc Teirlinck | 2004-02-18 04:49:52 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-02-18 04:49:52 +0000 |
| commit | e35e07dfbf865d4871b2220cb509fe3874c76a8d (patch) | |
| tree | ecb092e0d38712a5c7bd2b003ae7e4b777c41e11 | |
| parent | 0a9e14ddf8b5c1fc372601f190213b01a87132f4 (diff) | |
| download | emacs-e35e07dfbf865d4871b2220cb509fe3874c76a8d.tar.gz emacs-e35e07dfbf865d4871b2220cb509fe3874c76a8d.zip | |
(Using Interactive): Delete pxref to top of same node.
(Interactive Codes): Fix pxref for default-directory.
| -rw-r--r-- | lispref/commands.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi index 90ac28f845e..5a38179996f 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi | |||
| @@ -239,9 +239,8 @@ This function returns the @code{interactive} form of @var{function}. If | |||
| 239 | @var{function} is a command (@pxref{Interactive Call}), the value is a | 239 | @var{function} is a command (@pxref{Interactive Call}), the value is a |
| 240 | list of the form @code{(interactive @var{spec})}, where @var{spec} is | 240 | list of the form @code{(interactive @var{spec})}, where @var{spec} is |
| 241 | the descriptor specification used by the command's @code{interactive} | 241 | the descriptor specification used by the command's @code{interactive} |
| 242 | form to compute the function's arguments (@pxref{Using Interactive}). | 242 | form to compute the function's arguments. If @var{function} is not a |
| 243 | If @var{function} is not a command, @code{interactive-form} returns | 243 | command, @code{interactive-form} returns @code{nil}. |
| 244 | @code{nil}. | ||
| 245 | @end defun | 244 | @end defun |
| 246 | 245 | ||
| 247 | @node Interactive Codes | 246 | @node Interactive Codes |
| @@ -328,7 +327,7 @@ The position of point, as an integer (@pxref{Point}). No I/O. | |||
| 328 | 327 | ||
| 329 | @item D | 328 | @item D |
| 330 | A directory name. The default is the current default directory of the | 329 | A directory name. The default is the current default directory of the |
| 331 | current buffer, @code{default-directory} (@pxref{System Environment}). | 330 | current buffer, @code{default-directory} (@pxref{File Name Expansion}). |
| 332 | Existing, Completion, Default, Prompt. | 331 | Existing, Completion, Default, Prompt. |
| 333 | 332 | ||
| 334 | @item e | 333 | @item e |