+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.
(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)
"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