unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16307: 24.3.50; doc string of `font-lock-keywords' - typo
@ 2013-12-31 17:11 Drew Adams
  2014-01-14 20:30 ` Matthew Leach
  0 siblings, 1 reply; 3+ messages in thread
From: Drew Adams @ 2013-12-31 17:11 UTC (permalink / raw)
  To: 16307

"it is produced internal by..." should presumably be "it is produced
internally by..."

In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2013-12-27 on ODIEONE
Bzr revision: 115778 rgm@gnu.org-20131228000456-1797o8z6veuyozs0
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/binary --enable-checking=yes,glyphs
 'CFLAGS=-O0 -g3' LDFLAGS=-Lc:/Devel/emacs/lib
 CPPFLAGS=-Ic:/Devel/emacs/include'





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

* bug#16307: 24.3.50; doc string of `font-lock-keywords' - typo
  2013-12-31 17:11 bug#16307: 24.3.50; doc string of `font-lock-keywords' - typo Drew Adams
@ 2014-01-14 20:30 ` Matthew Leach
  2014-01-14 20:38   ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Leach @ 2014-01-14 20:30 UTC (permalink / raw)
  To: Drew Adams; +Cc: 16307

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


Hello

Drew Adams <drew.adams@oracle.com> writes:

> "it is produced internal by..." should presumably be "it is produced
> internally by..."

[...]

Here is a small patch to fix this up.

lisp/Changelog

2014-01-14  Matthew Leach  <matthew@mattleach.net>

	* font-lock.el (font-lock-keywords): Fix typo in variable
	documentation (bug#16307).


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: font-lock-keywords-doc-fix.patch --]
[-- Type: text/x-patch, Size: 655 bytes --]

diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 27829ff..7e9131d 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -458,7 +458,7 @@ This variable is set by major modes via the variable `font-lock-defaults'.
 Be careful when composing regexps for this list; a poorly written pattern can
 dramatically slow things down!
 
-A compiled keywords list starts with t.  It is produced internal
+A compiled keywords list starts with t.  It is produced internally
 by `font-lock-compile-keywords' from a user-level keywords list.
 Its second element is the user-level keywords list that was
 compiled.  The remaining elements have the same form as

[-- Attachment #3: Type: text/plain, Size: 10 bytes --]


-- 
Matt

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

* bug#16307: 24.3.50; doc string of `font-lock-keywords' - typo
  2014-01-14 20:30 ` Matthew Leach
@ 2014-01-14 20:38   ` Bastien
  0 siblings, 0 replies; 3+ messages in thread
From: Bastien @ 2014-01-14 20:38 UTC (permalink / raw)
  To: Matthew Leach; +Cc: 16307-done

Matthew Leach <matthew@mattleach.net> writes:

> Here is a small patch to fix this up.

Applied, thanks!

-- 
 Bastien





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

end of thread, other threads:[~2014-01-14 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-31 17:11 bug#16307: 24.3.50; doc string of `font-lock-keywords' - typo Drew Adams
2014-01-14 20:30 ` Matthew Leach
2014-01-14 20:38   ` Bastien

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).