diff options
| author | Martin Rudalics | 2007-08-08 21:14:52 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-08-08 21:14:52 +0000 |
| commit | 219d320aabacef2ebfb8dc74c3695f9dea8a7f9a (patch) | |
| tree | a6539077223b2e6bd7b467fc2ffc0fc962931d45 | |
| parent | a88459cd637fe9fbe44491468cac08fbc840171b (diff) | |
| download | emacs-219d320aabacef2ebfb8dc74c3695f9dea8a7f9a.tar.gz emacs-219d320aabacef2ebfb8dc74c3695f9dea8a7f9a.zip | |
(Example Major Modes): Fix typo.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/modes.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 59da0e8a455..25bd07b9979 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-08-08 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * modes.texi (Example Major Modes): Fix typo. | ||
| 4 | |||
| 1 | 2007-08-08 Glenn Morris <rgm@gnu.org> | 5 | 2007-08-08 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * intro.texi (nil and t): Do not use `iff' in documentation. | 7 | * intro.texi (nil and t): Do not use `iff' in documentation. |
diff --git a/lispref/modes.texi b/lispref/modes.texi index 95fbe6a292f..3d60756a901 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -1078,7 +1078,7 @@ each calls the following function to set various variables: | |||
| 1078 | 1078 | ||
| 1079 | In Lisp and most programming languages, we want the paragraph | 1079 | In Lisp and most programming languages, we want the paragraph |
| 1080 | commands to treat only blank lines as paragraph separators. And the | 1080 | commands to treat only blank lines as paragraph separators. And the |
| 1081 | modes should undestand the Lisp conventions for comments. The rest of | 1081 | modes should understand the Lisp conventions for comments. The rest of |
| 1082 | @code{lisp-mode-variables} sets this up: | 1082 | @code{lisp-mode-variables} sets this up: |
| 1083 | 1083 | ||
| 1084 | @smallexample | 1084 | @smallexample |