* bug#19136: 25.0.50; Typo in vc/vc.el
@ 2014-11-21 7:35 Ulrich Müller
2014-11-21 8:47 ` Eli Zaretskii
0 siblings, 1 reply; 8+ messages in thread
From: Ulrich Müller @ 2014-11-21 7:35 UTC (permalink / raw)
To: 19136
Tags: patch
From 06f25088e8908c72973390a64691c2f6af60cef7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@gentoo.org>
Date: Fri, 21 Nov 2014 08:34:00 +0100
Subject: [PATCH] vc/vc.el: Fix typo.
---
lisp/vc/vc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 5d63b57..c7e19a6 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -52,7 +52,7 @@
;; This mode is fully documented in the Emacs user's manual.
;;
-;; Supported version-control systems presently include CVS, RCS, SCR, GNU
+;; Supported version-control systems presently include CVS, RCS, SRC, GNU
;; Arch, Subversion, Bzr, Git, Mercurial, Monotone and SCCS
;; (or its free replacement, CSSC).
;;
--
2.1.3
^ permalink raw reply related [flat|nested] 8+ messages in thread
* bug#19136: 25.0.50; Typo in vc/vc.el
2014-11-21 7:35 bug#19136: 25.0.50; Typo in vc/vc.el Ulrich Müller
@ 2014-11-21 8:47 ` Eli Zaretskii
2014-11-21 8:55 ` Ulrich Mueller
0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2014-11-21 8:47 UTC (permalink / raw)
To: Ulrich Müller; +Cc: 19136
> Date: Fri, 21 Nov 2014 08:35:46 +0100
> From: Ulrich Müller <ulm@gentoo.org>
>
> Tags: patch
You don't need approval for fixing typos.
Thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#19136: 25.0.50; Typo in vc/vc.el
2014-11-21 8:47 ` Eli Zaretskii
@ 2014-11-21 8:55 ` Ulrich Mueller
2014-11-21 9:13 ` H. Dieter Wilhelm
2014-11-21 9:23 ` Eli Zaretskii
0 siblings, 2 replies; 8+ messages in thread
From: Ulrich Mueller @ 2014-11-21 8:55 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 19136
>>>>> On Fri, 21 Nov 2014, Eli Zaretskii wrote:
> You don't need approval for fixing typos.
Yeah, but I'm lacking the privileges to push to the repo.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#19136: 25.0.50; Typo in vc/vc.el
2014-11-21 8:55 ` Ulrich Mueller
@ 2014-11-21 9:13 ` H. Dieter Wilhelm
2014-11-21 9:36 ` Eli Zaretskii
2014-11-21 9:23 ` Eli Zaretskii
1 sibling, 1 reply; 8+ messages in thread
From: H. Dieter Wilhelm @ 2014-11-21 9:13 UTC (permalink / raw)
To: Ulrich Mueller; +Cc: 19136
Ulrich Mueller <ulm@gentoo.org> writes:
>>>>>> On Fri, 21 Nov 2014, Eli Zaretskii wrote:
>
>> You don't need approval for fixing typos.
>
> Yeah, but I'm lacking the privileges to push to the repo.
And when somebody is fixing vc, please add as well:
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 761e67d..f407ab2 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -199,7 +199,7 @@ basic editing operations under Bazaar.
SRC (src) is RCS, reloaded - a specialized version-control system
designed for single-file projects worked on by only one person. It
allows multiple files with independent version-control histories to
-exisr in one directory, and is thus particularly well suited for
+exist in one directory, and is thus particularly well suited for
maintaining small documents, scripts, and dotfiles. While it uses RCS
for revision storage, it presents a modern user interface featuring
lockless operation and integer sequential version numbers. VC
--
Best wishes
H. Dieter Wilhelm
Darmstadt, Germany
^ permalink raw reply related [flat|nested] 8+ messages in thread
* bug#19136: 25.0.50; Typo in vc/vc.el
2014-11-21 8:55 ` Ulrich Mueller
2014-11-21 9:13 ` H. Dieter Wilhelm
@ 2014-11-21 9:23 ` Eli Zaretskii
1 sibling, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2014-11-21 9:23 UTC (permalink / raw)
To: Ulrich Mueller; +Cc: 19136-done
> Date: Fri, 21 Nov 2014 09:55:41 +0100
> Cc: 19136@debbugs.gnu.org
> From: Ulrich Mueller <ulm@gentoo.org>
>
> >>>>> On Fri, 21 Nov 2014, Eli Zaretskii wrote:
>
> > You don't need approval for fixing typos.
>
> Yeah, but I'm lacking the privileges to push to the repo.
Sorry. Pushed.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#19136: 25.0.50; Typo in vc/vc.el
2014-11-21 9:13 ` H. Dieter Wilhelm
@ 2014-11-21 9:36 ` Eli Zaretskii
2014-11-21 11:07 ` Eric S. Raymond
0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2014-11-21 9:36 UTC (permalink / raw)
To: H. Dieter Wilhelm, Eric S. Raymond; +Cc: ulm, 19136
> From: dieter@duenenhof-wilhelm.de (H. Dieter Wilhelm)
> Cc: Eli Zaretskii <eliz@gnu.org>, 19136@debbugs.gnu.org
> Date: Fri, 21 Nov 2014 10:13:35 +0100
>
> Ulrich Mueller <ulm@gentoo.org> writes:
>
> >>>>>> On Fri, 21 Nov 2014, Eli Zaretskii wrote:
> >
> >> You don't need approval for fixing typos.
> >
> > Yeah, but I'm lacking the privileges to push to the repo.
>
> And when somebody is fixing vc, please add as well:
Ack. Also fixed the broken build of the manual, caused by Eric's
changes.
Eric, please use speller more than you do, there are a lot of typos in
your texts. Also make sure you actually build the manuals before you
push, to avoid breakage.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#19136: 25.0.50; Typo in vc/vc.el
2014-11-21 9:36 ` Eli Zaretskii
@ 2014-11-21 11:07 ` Eric S. Raymond
2014-11-21 11:09 ` Eli Zaretskii
0 siblings, 1 reply; 8+ messages in thread
From: Eric S. Raymond @ 2014-11-21 11:07 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: H. Dieter Wilhelm, ulm, 19136
Eli Zaretskii <eliz@gnu.org>:
> Eric, please use speller more than you do, there are a lot of typos in
> your texts. Also make sure you actually build the manuals before you
> push, to avoid breakage.
Will do.
Sigh. I can spell. But I'm an awful typist, amd sometimes fail to notice
the typos.
--
<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#19136: 25.0.50; Typo in vc/vc.el
2014-11-21 11:07 ` Eric S. Raymond
@ 2014-11-21 11:09 ` Eli Zaretskii
0 siblings, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2014-11-21 11:09 UTC (permalink / raw)
To: esr; +Cc: dieter, ulm, 19136
> Date: Fri, 21 Nov 2014 06:07:47 -0500
> From: "Eric S. Raymond" <esr@thyrsus.com>
> Cc: "H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de>, ulm@gentoo.org,
> 19136@debbugs.gnu.org
>
> Sigh. I can spell. But I'm an awful typist, amd sometimes fail to notice
> the typos.
Same here. That's why the speller helps.
Thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-11-21 11:09 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 7:35 bug#19136: 25.0.50; Typo in vc/vc.el Ulrich Müller
2014-11-21 8:47 ` Eli Zaretskii
2014-11-21 8:55 ` Ulrich Mueller
2014-11-21 9:13 ` H. Dieter Wilhelm
2014-11-21 9:36 ` Eli Zaretskii
2014-11-21 11:07 ` Eric S. Raymond
2014-11-21 11:09 ` Eli Zaretskii
2014-11-21 9:23 ` 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.