aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorGlenn Morris2009-09-11 03:41:26 +0000
committerGlenn Morris2009-09-11 03:41:26 +0000
commit5cc443fe03d5cdda29bb905731b0c2921cc3e89f (patch)
tree924e38a3255230db21ebdcf2bc10be87254c2530 /lisp/term
parent7e596924ac189b436079af629da4a1ef81de6f73 (diff)
downloademacs-5cc443fe03d5cdda29bb905731b0c2921cc3e89f.tar.gz
emacs-5cc443fe03d5cdda29bb905731b0c2921cc3e89f.zip
(x-display-name, x-setup-function-keys): Unify doc-strings with X versions.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/ns-win.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index a92a5c5305d..dd40b4b32f6 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -101,7 +101,9 @@
101 101
102;; Set (but not used?) in frame.el. 102;; Set (but not used?) in frame.el.
103(defvar x-display-name nil 103(defvar x-display-name nil
104 "The name of the Nextstep display on which Emacs was started.") 104 "The name of the window display on which Emacs was started.
105On X, the display name of individual X frames is recorded in the
106`display' frame parameter.")
105 107
106;; nsterm.m. 108;; nsterm.m.
107(defvar ns-input-file) 109(defvar ns-input-file)
@@ -309,7 +311,7 @@ The properties returned may include `top', `left', `height', and `width'."
309(defalias 'do-applescript 'ns-do-applescript) 311(defalias 'do-applescript 'ns-do-applescript)
310 312
311(defun x-setup-function-keys (frame) 313(defun x-setup-function-keys (frame)
312 "Set up function keys on the graphical frame FRAME." 314 "Set up `function-key-map' on the graphical frame FRAME."
313 (unless (terminal-parameter frame 'x-setup-function-keys) 315 (unless (terminal-parameter frame 'x-setup-function-keys)
314 (with-selected-frame frame 316 (with-selected-frame frame
315 (setq interprogram-cut-function 'x-select-text 317 (setq interprogram-cut-function 'x-select-text