all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mauro Aranda <maurooaranda@gmail.com>
To: 32999@debbugs.gnu.org
Subject: bug#32999: 27.0.50; Typo in Elisp Reference
Date: Tue, 9 Oct 2018 19:28:54 -0300	[thread overview]
Message-ID: <CABczVwdkGwC2M+tNXNmU0xBD99TeBtVZGgstWpXxbNcnJfz7eQ@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 232 bytes --]

Hello.

I found a typo in 'timerp' documentation.  Since it is a trivial fix,
I decided to give the process of sending a patch a try.

I hope everything is according to Emacs Guidelines, but please correct
me if I missed something.

[-- Attachment #1.2: Type: text/html, Size: 331 bytes --]

[-- Attachment #2: 0001-Fix-typo-in-timerp-documentation.patch --]
[-- Type: text/x-patch, Size: 751 bytes --]

From 70912c314e1e965fd0da423225b0a52b3bf56e67 Mon Sep 17 00:00:00 2001
From: Mauro Aranda <maurooaranda@gmail.com>
Date: Tue, 9 Oct 2018 18:20:53 -0300
Subject: [PATCH] Fix typo in 'timerp' documentation

* doc/lispref/os.texi (Timers): Fix typo in 'timerp' documentation.
---
 doc/lispref/os.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 64c327c..d74fec5 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1841,7 +1841,7 @@ Timers
 times and the function to invoke.
 
 @defun timerp object
-This predicate function returns non-@code{nil} of @code{object} is a
+This predicate function returns non-@code{nil} if @code{object} is a
 timer.
 @end defun
 
-- 
2.7.4


             reply	other threads:[~2018-10-09 22:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-09 22:28 Mauro Aranda [this message]
2018-10-10  3:31 ` bug#32999: 27.0.50; Typo in Elisp Reference Eli Zaretskii
2018-10-10 16:18   ` Mauro Aranda
2018-10-10 17:28     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CABczVwdkGwC2M+tNXNmU0xBD99TeBtVZGgstWpXxbNcnJfz7eQ@mail.gmail.com \
    --to=maurooaranda@gmail.com \
    --cc=32999@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.