all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#32999: 27.0.50; Typo in Elisp Reference
@ 2018-10-09 22:28 Mauro Aranda
  2018-10-10  3:31 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Mauro Aranda @ 2018-10-09 22:28 UTC (permalink / raw)
  To: 32999


[-- 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-10 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-09 22:28 bug#32999: 27.0.50; Typo in Elisp Reference Mauro Aranda
2018-10-10  3:31 ` Eli Zaretskii
2018-10-10 16:18   ` Mauro Aranda
2018-10-10 17:28     ` Eli Zaretskii

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.