diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.19 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS.19 b/etc/NEWS.19 index 17104aaf3ca..184f8540c76 100644 --- a/etc/NEWS.19 +++ b/etc/NEWS.19 | |||
| @@ -477,7 +477,7 @@ buffers that use a particular major mode, use the mode hook, as in | |||
| 477 | this example: | 477 | this example: |
| 478 | 478 | ||
| 479 | (add-hook 'emacs-lisp-mode-hook | 479 | (add-hook 'emacs-lisp-mode-hook |
| 480 | '(lambda () (imenu-add-to-menubar "Index"))) | 480 | (lambda () (imenu-add-to-menubar "Index"))) |
| 481 | 481 | ||
| 482 | ** Changes in BibTeX mode. | 482 | ** Changes in BibTeX mode. |
| 483 | 483 | ||