From: Juanma Barranquero Date: Sun, 16 Nov 2008 04:44:42 +0000 (+0000) Subject: * macos.texi (Mac Customization): Fix typos. X-Git-Tag: emacs-pretest-23.0.90~1806 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=801a8da1124886daa99f04053a835ef698837bb2;p=emacs.git * macos.texi (Mac Customization): Fix typos. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index c1023dce64a..f40d44d22ce 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2008-11-16 Juanma Barranquero + + * macos.texi (Mac Customization): Fix typos. + 2008-11-14 Chong Yidong * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here, @@ -336,7 +340,7 @@ * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred interface for defining macros. Simplify examples. Note that C-g quits macro definitions. - (Keyboard Macro Counter): Document using F3 to insert counter. Give + (Keyboard Macro Counter): Document using F3 to insert counter. Give usage example. (Keyboard Macro Query): Organize query responses in a table. diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi index e35e9bf4168..05a5836e1dc 100644 --- a/doc/emacs/macos.texi +++ b/doc/emacs/macos.texi @@ -310,7 +310,7 @@ defaults write Emacs VerticalScrollBars YES @item Font Name of the default font to be used for new frames (which can be -overriden by various faces). If this font is not set, Emacs will use +overridden by various faces). If this font is not set, Emacs will use the system wide fixed pitch font. For most users the system fixed pitch font will be @samp{Monaco} which doesn't have any bold or italic versions. (Italic will be synthesized.) @@ -349,7 +349,7 @@ defaults write Emacs Width 80 @item CursorType Name of the default cursor type for Emacs. Allowed values are -@samp{box}, @samp{hollow}, @samp{underscore}, @samp{bar}, @samp{line} and @samp{no}. +@samp{box}, @samp{hollow}, @samp{underscore}, @samp{bar}, @samp{line} and @samp{no}. @example defaults write Emacs CursorType box @@ -464,7 +464,7 @@ defaults write Emacs CommandModifier "meta" Position and size to use for the frame named @var{foo} when it is created. The position and size have to be specified as a space separated list: @samp{top}, @samp{left}, @samp{height} and -@samp{width}. @samp{top} and @samp{left} are expressed in pixels, +@samp{width}. @samp{top} and @samp{left} are expressed in pixels, @samp{height} is given in rows and @samp{width} is given in columns. Named frames can be created by e.g. @code{(make-frame '((name . "FOO")))}.