diff options
| author | Juanma Barranquero | 2009-02-20 12:36:50 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-02-20 12:36:50 +0000 |
| commit | 867d4bb3718f1fee9191e2c17cd810ef620d4b54 (patch) | |
| tree | 802e52f3063cc18c53e8789bba89e7392db04c5d /doc/lispref | |
| parent | 52f8870bd7b8508449605a33840bfddc2ea98a2b (diff) | |
| download | emacs-867d4bb3718f1fee9191e2c17cd810ef620d4b54.tar.gz emacs-867d4bb3718f1fee9191e2c17cd810ef620d4b54.zip | |
Remove duplicate words.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/modes.texi | 4 |
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 @@ | |||
| 1 | 2009-02-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * modes.texi (Major Mode Conventions): Remove duplicate words. | ||
| 4 | (Customizing Keywords): Fix typo. | ||
| 5 | |||
| 1 | 2009-02-14 Eli Zaretskii <eliz@gnu.org> | 6 | 2009-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 | |||
| 376 | letters and other printing characters as special commands. | 376 | letters and other printing characters as special commands. |
| 377 | 377 | ||
| 378 | @item | 378 | @item |
| 379 | Major modes modes for editing text should not define @key{RET} to do | 379 | Major modes for editing text should not define @key{RET} to do |
| 380 | anything other than insert a newline. However, it is ok for | 380 | anything other than insert a newline. However, it is ok for |
| 381 | specialized modes for text that users don't directly edit, such as | 381 | specialized modes for text that users don't directly edit, such as |
| 382 | Dired and Info modes, to redefine @key{RET} to do something entirely | 382 | 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 | |||
| 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 |
| 2710 | search-based fontification rules to a major mode, and | 2710 | search-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 |
| 2714 | This function adds highlighting @var{keywords}, for the current buffer | 2714 | This function adds highlighting @var{keywords}, for the current buffer |