diff options
Diffstat (limited to 'lisp/printing.el')
| -rw-r--r-- | lisp/printing.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index d6c67cc68a6..2dea24149a7 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -547,7 +547,7 @@ Please send all bug fixes and enhancements to | |||
| 547 | ;; `pr-auto-region' Non-nil means region is automagically detected. | 547 | ;; `pr-auto-region' Non-nil means region is automagically detected. |
| 548 | ;; | 548 | ;; |
| 549 | ;; `pr-auto-mode' Non-nil means major-mode specific printing is | 549 | ;; `pr-auto-mode' Non-nil means major-mode specific printing is |
| 550 | ;; prefered over normal printing. | 550 | ;; preferred over normal printing. |
| 551 | ;; | 551 | ;; |
| 552 | ;; `pr-mode-alist' Specify an alist for a major-mode and printing | 552 | ;; `pr-mode-alist' Specify an alist for a major-mode and printing |
| 553 | ;; function. | 553 | ;; function. |
| @@ -2426,7 +2426,7 @@ marked instead of all buffer." | |||
| 2426 | 2426 | ||
| 2427 | 2427 | ||
| 2428 | (defcustom pr-auto-mode t | 2428 | (defcustom pr-auto-mode t |
| 2429 | "Non-nil means major-mode specific printing is prefered over normal printing. | 2429 | "Non-nil means major-mode specific printing is preferred over normal printing. |
| 2430 | 2430 | ||
| 2431 | That is, if current major-mode is declared in `pr-mode-alist', the `*-buffer*' | 2431 | That is, if current major-mode is declared in `pr-mode-alist', the `*-buffer*' |
| 2432 | and `*-region*' commands will behave like `*-mode*' commands; otherwise, | 2432 | and `*-region*' commands will behave like `*-mode*' commands; otherwise, |
| @@ -5458,7 +5458,7 @@ If menu binding was not done, calls `pr-menu-bind'." | |||
| 5458 | 5458 | ||
| 5459 | 5459 | ||
| 5460 | (defun pr-toggle-mode-menu (&optional no-menu) | 5460 | (defun pr-toggle-mode-menu (&optional no-menu) |
| 5461 | "Toggle whether major-mode specific printing is prefered over normal printing." | 5461 | "Toggle whether major-mode specific printing is preferred over normal printing." |
| 5462 | (interactive) | 5462 | (interactive) |
| 5463 | (pr-toggle 'pr-auto-mode "Auto mode" | 5463 | (pr-toggle 'pr-auto-mode "Auto mode" |
| 5464 | 'printing 1 12 'toggle nil no-menu)) | 5464 | 'printing 1 12 'toggle nil no-menu)) |