diff options
| author | Juanma Barranquero | 2008-11-16 04:44:42 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-11-16 04:44:42 +0000 |
| commit | 801a8da1124886daa99f04053a835ef698837bb2 (patch) | |
| tree | 64918bbb533d357a29c923bf60465b4d781023e4 | |
| parent | f5e7fdddfb84f0040257d4f3e67e29ccd4d6da18 (diff) | |
| download | emacs-801a8da1124886daa99f04053a835ef698837bb2.tar.gz emacs-801a8da1124886daa99f04053a835ef698837bb2.zip | |
* macos.texi (Mac Customization): Fix typos.
| -rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/macos.texi | 6 |
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 @@ | |||
| 1 | 2008-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * macos.texi (Mac Customization): Fix typos. | ||
| 4 | |||
| 1 | 2008-11-14 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-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 |
| 312 | Name of the default font to be used for new frames (which can be | 312 | Name of the default font to be used for new frames (which can be |
| 313 | overriden by various faces). If this font is not set, Emacs will use | 313 | overridden by various faces). If this font is not set, Emacs will use |
| 314 | the system wide fixed pitch font. For most users the system fixed | 314 | the system wide fixed pitch font. For most users the system fixed |
| 315 | pitch font will be @samp{Monaco} which doesn't have any bold or italic | 315 | pitch font will be @samp{Monaco} which doesn't have any bold or italic |
| 316 | versions. (Italic will be synthesized.) | 316 | versions. (Italic will be synthesized.) |
| @@ -349,7 +349,7 @@ defaults write Emacs Width 80 | |||
| 349 | 349 | ||
| 350 | @item CursorType | 350 | @item CursorType |
| 351 | Name of the default cursor type for Emacs. Allowed values are | 351 | Name 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 |
| 355 | defaults write Emacs CursorType box | 355 | defaults write Emacs CursorType box |
| @@ -464,7 +464,7 @@ defaults write Emacs CommandModifier "meta" | |||
| 464 | Position and size to use for the frame named @var{foo} when it is | 464 | Position and size to use for the frame named @var{foo} when it is |
| 465 | created. The position and size have to be specified as a space | 465 | created. The position and size have to be specified as a space |
| 466 | separated list: @samp{top}, @samp{left}, @samp{height} and | 466 | separated 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. |
| 469 | Named frames can be created by e.g. @code{(make-frame '((name | 469 | Named frames can be created by e.g. @code{(make-frame '((name |
| 470 | . "FOO")))}. | 470 | . "FOO")))}. |