diff options
| author | Adrian Robert | 2008-08-19 13:41:20 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-08-19 13:41:20 +0000 |
| commit | 2f45a8ede0658e94862019ccefca6ab557b728a8 (patch) | |
| tree | 626ae6b6b22774b9e7e16c0ae21185f459d2647c | |
| parent | 86d21abc87818b0ac5c140afd90921ad6ae3bfcf (diff) | |
| download | emacs-2f45a8ede0658e94862019ccefca6ab557b728a8.tar.gz emacs-2f45a8ede0658e94862019ccefca6ab557b728a8.zip | |
ns-emacs.texi: Update version. (Introduction): Correct menu location for options save. (Customization): Note that defaults are stored under org.gnu.Emacs.
| -rw-r--r-- | doc/misc/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/misc/ns-emacs.texi | 23 |
2 files changed, 19 insertions, 12 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 65ef1dfc97b..03037829e5a 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | 2008-08-18 Brian Cully <bjc@kublai.com> | ||
| 2 | |||
| 3 | * ns-emacs.texi: Update version. | ||
| 4 | (Introduction): Correct menu location for options save. | ||
| 5 | (Customization): Note that defaults are stored under org.gnu.Emacs. | ||
| 6 | |||
| 1 | 2008-08-18 Bill Wohler <wohler@newt.com> | 7 | 2008-08-18 Bill Wohler <wohler@newt.com> |
| 2 | 8 | ||
| 3 | Release MH-E manual version 8.1. | 9 | Release MH-E manual version 8.1. |
| 4 | 10 | ||
| 5 | * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for | 11 | * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for |
| 6 | release 8.1. | 12 | release 8.1. |
| 7 | 13 | ||
diff --git a/doc/misc/ns-emacs.texi b/doc/misc/ns-emacs.texi index 99cc3ec35f4..6d044d126f8 100644 --- a/doc/misc/ns-emacs.texi +++ b/doc/misc/ns-emacs.texi | |||
| @@ -40,7 +40,7 @@ developing GNU and promoting software freedom.'' | |||
| 40 | @sp 10 | 40 | @sp 10 |
| 41 | @center @titlefont{Emacs.app} | 41 | @center @titlefont{Emacs.app} |
| 42 | 42 | ||
| 43 | @center (Version 9.0-rc1, April, 2006) | 43 | @center (Version 9.0-rc3, November, 2007) |
| 44 | 44 | ||
| 45 | @sp 2 | 45 | @sp 2 |
| 46 | @center Carl Edman | 46 | @center Carl Edman |
| @@ -155,7 +155,7 @@ menu, or through the standard Cmd-t and Cmd-C. These are easier to use than | |||
| 155 | Emacs's own methods for setting these items. To use the color panel, drag | 155 | Emacs's own methods for setting these items. To use the color panel, drag |
| 156 | from it to an emacs frame. The foreground (or background, if shift is held | 156 | from it to an emacs frame. The foreground (or background, if shift is held |
| 157 | down) of the face at that point will be changed. To finalize settings for | 157 | down) of the face at that point will be changed. To finalize settings for |
| 158 | either color or font, choose 'Save Preferences' from under the Help menu. To | 158 | either color or font, choose 'Save Options' from under the Options menu. To |
| 159 | discard these settings, create a new frame and close the altered one. | 159 | discard these settings, create a new frame and close the altered one. |
| 160 | 160 | ||
| 161 | @item | 161 | @item |
| @@ -445,15 +445,16 @@ combo box. | |||
| 445 | @node Customization, Tips and Tricks, Preferences Panel, Top | 445 | @node Customization, Tips and Tricks, Preferences Panel, Top |
| 446 | @section Customization | 446 | @section Customization |
| 447 | 447 | ||
| 448 | Under X, resources are used to customize the behavior of Emacs to the needs of | 448 | Under X, resources are used to customize the behavior of Emacs to the |
| 449 | the user. These resources are queried programmatically with the | 449 | needs of the user. These resources are queried programmatically with |
| 450 | @code{x-get-resource} function. Under NS defaults fulfill a similar function. | 450 | the @code{x-get-resource} function. Under NS defaults fulfill a |
| 451 | They can be read using the @code{ns-get-resource} function. Calls to | 451 | similar function. They can be read using the @code{ns-get-resource} |
| 452 | @code{x-get-resource} are automatically mapped to @code{ns-get-resource}. | 452 | function. Calls to @code{x-get-resource} are automatically mapped to |
| 453 | From the command line, the command `@code{defaults read Emacs}' will show | 453 | @code{ns-get-resource}. From the command line, the command |
| 454 | these resources as of last Emacs quit, and individual resources can be | 454 | `@code{defaults read org.gnu.Emacs}' will show these resources as of |
| 455 | read/written by commands like `@code{defaults read Emacs Foo}' and | 455 | last Emacs quit, and individual resources can be read/written by |
| 456 | `@code{defaults write Emacs Foo barvalue}'. | 456 | commands like `@code{defaults read Emacs Foo}' and `@code{defaults |
| 457 | write Emacs Foo barvalue}'. | ||
| 457 | 458 | ||
| 458 | Calling the function @code{ns-save-preferences} in lisp, or selecting ``Save | 459 | Calling the function @code{ns-save-preferences} in lisp, or selecting ``Save |
| 459 | Options'' from the 'Options' menu will automatically write out the defaults | 460 | Options'' from the 'Options' menu will automatically write out the defaults |