emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog term/ns-win.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog term/ns-win.el
Date: Fri, 11 Sep 2009 03:41:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/09/11 03:41:30

Modified files:
        lisp           : ChangeLog 
        lisp/term      : ns-win.el 

Log message:
        (x-display-name, x-setup-function-keys): Unify doc-strings with X 
versions.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16125&r2=1.16126
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/term/ns-win.el?cvsroot=emacs&r1=1.49&r2=1.50

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16125
retrieving revision 1.16126
diff -u -b -r1.16125 -r1.16126
--- ChangeLog   11 Sep 2009 02:28:50 -0000      1.16125
+++ ChangeLog   11 Sep 2009 03:41:26 -0000      1.16126
@@ -1,3 +1,25 @@
+2009-09-11  Glenn Morris  <address@hidden>
+
+       * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
+       functions and variables, since they must be stuff specific to some other
+       platform.
+       (apropos-print): Make mouse-click message less specific about button.
+
+       * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
+       that records where a macro was defined.
+       * help-fns.el (describe-function-1): Mention if a function has a
+       compiler-macro.
+       * help-mode.el (help-function-cmacro): New button.
+
+       * locate.el (top-level): Always require dired.
+       (locate-mode-map): Initialize inside the defvar.
+
+       * net/ange-ftp.el (dired-compress-file): Declare.
+       (ange-ftp-dired-compress-file): Add doc string.
+
+       * term/ns-win.el (x-display-name, x-setup-function-keys):
+       Unify doc-strings with X versions.
+
 2009-09-11  Stefan Monnier  <address@hidden>
 
        * emulation/crisp.el (crisp-mode-map): Move initialization

Index: term/ns-win.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/term/ns-win.el,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- term/ns-win.el      1 Sep 2009 03:18:54 -0000       1.49
+++ term/ns-win.el      11 Sep 2009 03:41:29 -0000      1.50
@@ -101,7 +101,9 @@
 
 ;; Set (but not used?) in frame.el.
 (defvar x-display-name nil
-  "The name of the Nextstep display on which Emacs was started.")
+  "The name of the window display on which Emacs was started.
+On X, the display name of individual X frames is recorded in the
+`display' frame parameter.")
 
 ;; nsterm.m.
 (defvar ns-input-file)
@@ -309,7 +311,7 @@
 (defalias 'do-applescript 'ns-do-applescript)
 
 (defun x-setup-function-keys (frame)
-  "Set up function keys on the graphical frame FRAME."
+  "Set up `function-key-map' on the graphical frame FRAME."
   (unless (terminal-parameter frame 'x-setup-function-keys)
     (with-selected-frame frame
       (setq interprogram-cut-function 'x-select-text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]