* term/ns-win.el (ns-show-manual): Fix node name. (x-open-connection) Fix typo in...
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Thu, 22 Jan 2009 12:31:36 +0000 (12:31 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Thu, 22 Jan 2009 12:31:36 +0000 (12:31 +0000)
lisp/ChangeLog
lisp/term/ns-win.el

index b8cb1fe..b8f0533 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * term/ns-win.el (ns-show-manual): Fix node name.
+       (x-open-connection) Fix typo in declaration filename.
+
 2009-01-22  Romain Francoise  <romain@orebokech.com>
 
        * Makefile.in (ELCFILES): Update.
index 6d9d6e6..631d842 100644 (file)
@@ -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