# HG changeset patch # User Glenn Morris # Date 1289375715 28800 # Node ID 56a3e26c3f7e9bce8f29eece6efa8f21f43fd5ac # Parent 57da8a23a0a91ce53917c8903a3c672087e34d06 * lisp/printing.el (pr-menu-bind): Doc fix. diff -r 57da8a23a0a9 -r 56a3e26c3f7e lisp/ChangeLog --- a/lisp/ChangeLog Tue Nov 09 23:52:12 2010 -0800 +++ b/lisp/ChangeLog Tue Nov 09 23:55:15 2010 -0800 @@ -1,5 +1,7 @@ 2010-11-10 Glenn Morris + * printing.el (pr-menu-bind): Doc fix. + * speedbar.el (speedbar-toggle-images): Doc fix. * progmodes/python.el (python-shell): Doc fix. diff -r 57da8a23a0a9 -r 56a3e26c3f7e lisp/printing.el --- a/lisp/printing.el Tue Nov 09 23:52:12 2010 -0800 +++ b/lisp/printing.el Tue Nov 09 23:55:15 2010 -0800 @@ -1,7 +1,7 @@ ;;; printing.el --- printing utilities -;; Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -;; Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +;; 2010 Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre ;; Maintainer: Vinicius Jose Latorre @@ -3453,12 +3453,7 @@ (defun pr-menu-bind () "Install `printing' menu in the menubar. - -On Emacs 20, it replaces the Tools/Print menu by Tools/Printing menu. - -On Emacs 21 and 22, it replaces the File/Print* menu entries by File/Print -menu. - +This replaces the File/Print* menu entries with a File/Print sub-menu. Calls `pr-update-menus' to adjust menus." (interactive) (pr-global-menubar pr-menu-spec) @@ -6685,5 +6680,4 @@ (provide 'printing) -;; arch-tag: 9ce9ac3f-0f60-4370-900b-1943215d9d18 ;;; printing.el ends here