]> git.eshelyaron.com Git - emacs.git/commitdiff
* macos.texi (Mac Customization): Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 16 Nov 2008 04:44:42 +0000 (04:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 16 Nov 2008 04:44:42 +0000 (04:44 +0000)
doc/emacs/ChangeLog
doc/emacs/macos.texi

index c1023dce64a7c7b43e10ecb4d6c1c3232cfddeca..f40d44d22ce346519170bc15692a1513685c285f 100644 (file)
@@ -1,3 +1,7 @@
+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.
 
index e35e9bf4168796d8eb1e997f8b7ef4c65beeded5..05a5836e1dc7c0913a8bc13d59c84d0564bab058 100644 (file)
@@ -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")))}.