unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#73555: 31.0.50; [PATCH] Fix a typo in the calendar manual
@ 2024-09-29 11:12 Gautier Ponsinet
  2024-09-29 15:25 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Gautier Ponsinet @ 2024-09-29 11:12 UTC (permalink / raw)
  To: 73555

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

Hello everyone,

Please find attached to this mail a patch that fix a small typo in the
calendar manual: a missing parenthesis.

All the best,
Gautier.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-a-typo-in-the-calendar-manual.patch --]
[-- Type: text/x-patch, Size: 1090 bytes --]

From 74c6e7bb7655d8f63ec44574459ee1cd8332c84b Mon Sep 17 00:00:00 2001
From: Gautier Ponsinet <gautier@gautierponsinet.xyz>
Date: Sun, 29 Sep 2024 14:00:05 +0300
Subject: [PATCH] Fix a typo in the calendar manual

* doc/emacs/calendar.texi (Calendar Unit Motion): Add a missing
parenthesis.
---
 doc/emacs/calendar.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/emacs/calendar.texi b/doc/emacs/calendar.texi
index f511b789796..f6de2e77135 100644
--- a/doc/emacs/calendar.texi
+++ b/doc/emacs/calendar.texi
@@ -106,7 +106,7 @@ commands for moving by characters and by lines.  Just as @kbd{C-n}
 usually moves to the same column in the following line, in Calendar
 mode it is bound to @code{calendar-forward-week}, which moves to the
 same day in the following week.  And @kbd{C-p}
-(@code{calendar-backward-week} moves to the same day in the previous
+(@code{calendar-backward-week}) moves to the same day in the previous
 week.  @kbd{C-f} (@code{calendar-forward-day}) and @kbd{C-b}
 (@code{calendar-backward-day}) move forward and back by days.
 
-- 
2.46.2


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

end of thread, other threads:[~2024-09-29 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-29 11:12 bug#73555: 31.0.50; [PATCH] Fix a typo in the calendar manual Gautier Ponsinet
2024-09-29 15:25 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).