]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS.19
Fix an error in Tramp for rsync
[gnu-emacs] / etc / NEWS.19
index bab2acb4668d3eead3f845b17c5e5b6e2675aee1..3f3b5870db90935aa5cad7e29cad78fb85edd627 100644 (file)
@@ -1,6 +1,6 @@
 GNU Emacs NEWS -- history of user-visible changes.  1992.
 
-Copyright (C) 1993-1995, 2001, 2006-2015 Free Software Foundation, Inc.
+Copyright (C) 1993-1995, 2001, 2006-2016 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.