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: | |||
| 2029 | @end example | 2029 | @end example |
| 2030 | @end defmac | 2030 | @end defmac |
| 2031 | 2031 | ||
| 2032 | In addition, you can mark a certain a particular calling convention | 2032 | In addition, you can mark a particular calling convention for a |
| 2033 | for a function as obsolete: | 2033 | function as obsolete: |
| 2034 | 2034 | ||
| 2035 | @defun set-advertised-calling-convention function signature when | 2035 | @defun set-advertised-calling-convention function signature when |
| 2036 | This function specifies the argument list @var{signature} as the | 2036 | This function specifies the argument list @var{signature} as the |