GNU bug report logs -
#32045
typo
Previous Next
Reported by: Van L <van <at> scratch.space>
Date: Tue, 3 Jul 2018 00:50:02 UTC
Severity: minor
Tags: notabug, wontfix
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 02 Jul 2018 20:58:10 -0400
with message-id <aulgatf84d.fsf <at> fencepost.gnu.org>
and subject line Re: bug#32045: typo
has caused the debbugs.gnu.org bug report #32045,
regarding typo
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
32045: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32045
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index be3e938b24..7a8b49edad 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -3031,7 +3031,7 @@ Primitive Functions
language. When you write functions' definitions, you will write them in
Emacs Lisp and use other functions as your building blocks. Some of the
functions you will use will themselves be written in Emacs Lisp (perhaps
-by you) and some will be primitives written in C@. The primitive
+by you) and some will be primitives written in C. The primitive
functions are used exactly like those written in Emacs Lisp and behave
like them. They are written in C so we can easily run GNU Emacs on any
computer that has sufficient power and can run C.
[Message part 3 (message/rfc822, inline)]
Van L wrote:
> -by you) and some will be primitives written in C@. The primitive
> +by you) and some will be primitives written in C. The primitive
If you use vc-annotate (or git blame, or read the texinfo manual about @.),
you will see this is not a typo.
This bug report was last modified 6 years and 321 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.