+2008-11-16 Juanma Barranquero <lekktu@gmail.com>
+
+ * macos.texi (Mac Customization): Fix typos.
+
2008-11-14 Chong Yidong <cyd@stupidchicken.com>
* macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
* 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.
@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.)
@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
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")))}.