diff options
Diffstat (limited to 'doc/lispref/functions.texi')
-rw-r--r-- | doc/lispref/functions.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 1e3da8e3a5d..2a9b57f19f3 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -863,6 +863,10 @@ This function returns @var{argument} and has no side effects. This function ignores any @var{arguments} and returns @code{nil}. @end defun +@defun always &rest arguments +This function ignores any @var{arguments} and returns @code{t}. +@end defun + Some functions are user-visible @dfn{commands}, which can be called interactively (usually by a key sequence). It is possible to invoke such a command exactly as though it was called interactively, by using |