]> code.delx.au - gnu-emacs/blobdiff - lisp/printing.el
Merge from emacs-23
[gnu-emacs] / lisp / printing.el
index aacd8d42ae431d26987900c2b38d976c33d840d4..ecbc82e01445a9b172cac4ecd8a58fe6fda8923d 100644 (file)
@@ -3438,12 +3438,7 @@ See `pr-ps-printer-alist'.")
 
 (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)
@@ -6670,5 +6665,4 @@ COMMAND.exe, COMMAND.bat and COMMAND.com in this order."
 (provide 'printing)
 
 
-;; arch-tag: 9ce9ac3f-0f60-4370-900b-1943215d9d18
 ;;; printing.el ends here