From: Adrian Robert Date: Thu, 22 Jan 2009 12:31:36 +0000 (+0000) Subject: * term/ns-win.el (ns-show-manual): Fix node name. (x-open-connection) Fix typo in... X-Git-Tag: emacs-pretest-23.0.90~311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b51a33657e944bf3459e7d94ab77c657a5ce9590;p=emacs.git * term/ns-win.el (ns-show-manual): Fix node name. (x-open-connection) Fix typo in declaration filename. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b8cb1fe342c..b8f05334b1c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-01-22 Adrian Robert + + * term/ns-win.el (ns-show-manual): Fix node name. + (x-open-connection) Fix typo in declaration filename. + 2009-01-22 Romain Francoise * Makefile.in (ELCFILES): Update. diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 6d9d6e639d7..631d8429821 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -354,7 +354,7 @@ this defaults to \"printenv\"." (progn (defun ns-show-manual () "Show Emacs.app section in the Emacs manual" (interactive) - (info "(emacs)Mac OS")) + (info "(emacs) Mac OS / GNUstep")) (setq where-is-preferred-modifier 'super) (setq scroll-preserve-screen-position t) (transient-mark-mode 1) @@ -1550,7 +1550,7 @@ Note, tranparency works better on Tiger (10.4) and higher." "Non-nil if Nextstep windowing has been initialized.") (declare-function ns-list-services "nsfns.m" ()) -(declare-function x-open-connection "xfns.c" +(declare-function x-open-connection "nsfns.m" (display &optional xrm-string must-succeed)) ;; Do the actual Nextstep Windows setup here; the above code just