]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS.19
Merge from emacs-24
[gnu-emacs] / etc / NEWS.19
index 54e49484c102bb9f19a9ff8e7cc486f4768b603d..184f8540c76602f9906c0ffe864cd9bd819510ef 100644 (file)
@@ -1,6 +1,6 @@
 GNU Emacs NEWS -- history of user-visible changes.  1992.
 
-Copyright (C) 1993-1995, 2001, 2006-201 Free Software Foundation, Inc.
+Copyright (C) 1993-1995, 2001, 2006-2014 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
@@ -477,7 +477,7 @@ buffers that use a particular major mode, use the mode hook, as in
 this example:
 
     (add-hook 'emacs-lisp-mode-hook
-             '(lambda () (imenu-add-to-menubar "Index")))
+             (lambda () (imenu-add-to-menubar "Index")))
 
 ** Changes in BibTeX mode.
 
@@ -614,7 +614,7 @@ be different.
 It is generally recommended to use `system-configuration' rather
 than `system-type'.
 
-See the file LINUX-GNU in this directory for more about this.
+See <http://www.gnu.org/gnu/linux-and-gnu.html> for more about this.
 
 ** The functions shell-command and dired-call-process
 now run file name handlers for default-directory, if it has them.