aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-11-16 04:44:42 +0000
committerJuanma Barranquero2008-11-16 04:44:42 +0000
commit801a8da1124886daa99f04053a835ef698837bb2 (patch)
tree64918bbb533d357a29c923bf60465b4d781023e4
parentf5e7fdddfb84f0040257d4f3e67e29ccd4d6da18 (diff)
downloademacs-801a8da1124886daa99f04053a835ef698837bb2.tar.gz
emacs-801a8da1124886daa99f04053a835ef698837bb2.zip
* macos.texi (Mac Customization): Fix typos.
-rw-r--r--doc/emacs/ChangeLog6
-rw-r--r--doc/emacs/macos.texi6
2 files changed, 8 insertions, 4 deletions
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 @@
12008-11-16 Juanma Barranquero <lekktu@gmail.com>
2
3 * macos.texi (Mac Customization): Fix typos.
4
12008-11-14 Chong Yidong <cyd@stupidchicken.com> 52008-11-14 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here, 7 * macos.texi (Mac OS): Move Cocoa manual from ns-emacs.texi to here,
@@ -336,7 +340,7 @@
336 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred 340 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
337 interface for defining macros. Simplify examples. Note that C-g quits 341 interface for defining macros. Simplify examples. Note that C-g quits
338 macro definitions. 342 macro definitions.
339 (Keyboard Macro Counter): Document using F3 to insert counter. Give 343 (Keyboard Macro Counter): Document using F3 to insert counter. Give
340 usage example. 344 usage example.
341 (Keyboard Macro Query): Organize query responses in a table. 345 (Keyboard Macro Query): Organize query responses in a table.
342 346
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
310 310
311@item Font 311@item Font
312Name of the default font to be used for new frames (which can be 312Name of the default font to be used for new frames (which can be
313overriden by various faces). If this font is not set, Emacs will use 313overridden by various faces). If this font is not set, Emacs will use
314the system wide fixed pitch font. For most users the system fixed 314the system wide fixed pitch font. For most users the system fixed
315pitch font will be @samp{Monaco} which doesn't have any bold or italic 315pitch font will be @samp{Monaco} which doesn't have any bold or italic
316versions. (Italic will be synthesized.) 316versions. (Italic will be synthesized.)
@@ -349,7 +349,7 @@ defaults write Emacs Width 80
349 349
350@item CursorType 350@item CursorType
351Name of the default cursor type for Emacs. Allowed values are 351Name of the default cursor type for Emacs. Allowed values are
352@samp{box}, @samp{hollow}, @samp{underscore}, @samp{bar}, @samp{line} and @samp{no}. 352@samp{box}, @samp{hollow}, @samp{underscore}, @samp{bar}, @samp{line} and @samp{no}.
353 353
354@example 354@example
355defaults write Emacs CursorType box 355defaults write Emacs CursorType box
@@ -464,7 +464,7 @@ defaults write Emacs CommandModifier "meta"
464Position and size to use for the frame named @var{foo} when it is 464Position and size to use for the frame named @var{foo} when it is
465created. The position and size have to be specified as a space 465created. The position and size have to be specified as a space
466separated list: @samp{top}, @samp{left}, @samp{height} and 466separated list: @samp{top}, @samp{left}, @samp{height} and
467@samp{width}. @samp{top} and @samp{left} are expressed in pixels, 467@samp{width}. @samp{top} and @samp{left} are expressed in pixels,
468@samp{height} is given in rows and @samp{width} is given in columns. 468@samp{height} is given in rows and @samp{width} is given in columns.
469Named frames can be created by e.g. @code{(make-frame '((name 469Named frames can be created by e.g. @code{(make-frame '((name
470. "FOO")))}. 470. "FOO")))}.