diff options
-rw-r--r-- | doc/lispref/functions.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 4e4fb39bcf9..466a12f7a48 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -2029,8 +2029,8 @@ It is equivalent to the following: @end example @end defmac -In addition, you can mark a certain a particular calling convention -for a function as obsolete: +In addition, you can mark a particular calling convention for a +function as obsolete: @defun set-advertised-calling-convention function signature when This function specifies the argument list @var{signature} as the |