aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorJuanma Barranquero2009-02-20 12:36:50 +0000
committerJuanma Barranquero2009-02-20 12:36:50 +0000
commit867d4bb3718f1fee9191e2c17cd810ef620d4b54 (patch)
tree802e52f3063cc18c53e8789bba89e7392db04c5d /doc/lispref
parent52f8870bd7b8508449605a33840bfddc2ea98a2b (diff)
downloademacs-867d4bb3718f1fee9191e2c17cd810ef620d4b54.tar.gz
emacs-867d4bb3718f1fee9191e2c17cd810ef620d4b54.zip
Remove duplicate words.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/modes.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index cfff6a23539..e98d8b03668 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12009-02-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * modes.texi (Major Mode Conventions): Remove duplicate words.
4 (Customizing Keywords): Fix typo.
5
12009-02-14 Eli Zaretskii <eliz@gnu.org> 62009-02-14 Eli Zaretskii <eliz@gnu.org>
2 7
3 * nonascii.texi (User-Chosen Coding Systems): Document that 8 * nonascii.texi (User-Chosen Coding Systems): Document that
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index ec8b2345046..3547dd3e304 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -376,7 +376,7 @@ Rmail that do not allow self-insertion of text can reasonably redefine
376letters and other printing characters as special commands. 376letters and other printing characters as special commands.
377 377
378@item 378@item
379Major modes modes for editing text should not define @key{RET} to do 379Major modes for editing text should not define @key{RET} to do
380anything other than insert a newline. However, it is ok for 380anything other than insert a newline. However, it is ok for
381specialized modes for text that users don't directly edit, such as 381specialized modes for text that users don't directly edit, such as
382Dired and Info modes, to redefine @key{RET} to do something entirely 382Dired and Info modes, to redefine @key{RET} to do something entirely
@@ -2708,7 +2708,7 @@ Non-@code{nil} means that regular expression matching for the sake of
2708 2708
2709 You can use @code{font-lock-add-keywords} to add additional 2709 You can use @code{font-lock-add-keywords} to add additional
2710search-based fontification rules to a major mode, and 2710search-based fontification rules to a major mode, and
2711@code{font-lock-remove-keywords} to removes rules. 2711@code{font-lock-remove-keywords} to remove rules.
2712 2712
2713@defun font-lock-add-keywords mode keywords &optional how 2713@defun font-lock-add-keywords mode keywords &optional how
2714This function adds highlighting @var{keywords}, for the current buffer 2714This function adds highlighting @var{keywords}, for the current buffer