Mercurial > emacs
changeset 54061:2171cb453271
(Using Interactive): Delete pxref to top of same node.
(Interactive Codes): Fix pxref for default-directory.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 18 Feb 2004 04:49:52 +0000 |
parents | 6879bf941d0f |
children | b03c387f73cf |
files | lispref/commands.texi |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/commands.texi Wed Feb 18 04:40:53 2004 +0000 +++ b/lispref/commands.texi Wed Feb 18 04:49:52 2004 +0000 @@ -239,9 +239,8 @@ @var{function} is a command (@pxref{Interactive Call}), the value is a list of the form @code{(interactive @var{spec})}, where @var{spec} is the descriptor specification used by the command's @code{interactive} -form to compute the function's arguments (@pxref{Using Interactive}). -If @var{function} is not a command, @code{interactive-form} returns -@code{nil}. +form to compute the function's arguments. If @var{function} is not a +command, @code{interactive-form} returns @code{nil}. @end defun @node Interactive Codes @@ -328,7 +327,7 @@ @item D A directory name. The default is the current default directory of the -current buffer, @code{default-directory} (@pxref{System Environment}). +current buffer, @code{default-directory} (@pxref{File Name Expansion}). Existing, Completion, Default, Prompt. @item e