emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 ca5eb0d 1/2: Fix a typo in the ELisp manual


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 ca5eb0d 1/2: Fix a typo in the ELisp manual
Date: Mon, 30 Oct 2017 14:47:34 -0400 (EDT)

branch: emacs-26
commit ca5eb0d0b77579d10be160a6e2c7a0dce2e4fbbd
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a typo in the ELisp manual
    
    * doc/lispref/functions.texi (Obsolete Functions): Fix a typo.
    (Bug#29068)
---
 doc/lispref/functions.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 4e4fb39..466a12f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]