aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/modes.texi
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2009-02-20 12:36:50 +0000
committerJuanma Barranquero <[email protected]>2009-02-20 12:36:50 +0000
commit867d4bb3718f1fee9191e2c17cd810ef620d4b54 (patch)
tree802e52f3063cc18c53e8789bba89e7392db04c5d /doc/lispref/modes.texi
parent52f8870bd7b8508449605a33840bfddc2ea98a2b (diff)
Remove duplicate words.
Diffstat (limited to 'doc/lispref/modes.texi')
-rw-r--r--doc/lispref/modes.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index ec8b234504..3547dd3e30 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
letters and other printing characters as special commands.
@item
-Major modes modes for editing text should not define @key{RET} to do
+Major modes for editing text should not define @key{RET} to do
anything other than insert a newline. However, it is ok for
specialized modes for text that users don't directly edit, such as
Dired 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
You can use @code{font-lock-add-keywords} to add additional
search-based fontification rules to a major mode, and
-@code{font-lock-remove-keywords} to removes rules.
+@code{font-lock-remove-keywords} to remove rules.
@defun font-lock-add-keywords mode keywords &optional how
This function adds highlighting @var{keywords}, for the current buffer