summaryrefslogtreecommitdiff
path: root/lisp/term
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-19 17:21:28 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2008-07-19 17:21:28 +0000
commitc469837a5c61918c0f00cda431168681aafc6342 (patch)
tree456bdb07b8513f382e3b12cca16ab0e54753f6d3 /lisp/term
parentc0230162c8b7baf289c5ea478be8ac46b0902a60 (diff)
downloademacs-c469837a5c61918c0f00cda431168681aafc6342.tar.gz
fix typo ns-ps-print-buffer-with-faces pointed out by Vinicius Jose Latorre
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/ns-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index 2299cfff363..908077d4c4e 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -577,7 +577,7 @@ This should be bound to a mouse click event type."
(define-key ns-ps-print-menu-map [ps-print-region-faces]
'("Region" . ps-print-region-with-faces))
(define-key ns-ps-print-menu-map [ps-print-buffer-faces]
- '("Buffer" . ns-ps-print-buffer-with-faces))
+ '("Buffer" . ps-print-buffer-with-faces))
(define-key menu-bar-ns-file-menu [postscript-print]
(cons "Postscript Print" ns-ps-print-menu-map))