aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Robert2008-08-19 13:41:20 +0000
committerAdrian Robert2008-08-19 13:41:20 +0000
commit2f45a8ede0658e94862019ccefca6ab557b728a8 (patch)
tree626ae6b6b22774b9e7e16c0ae21185f459d2647c
parent86d21abc87818b0ac5c140afd90921ad6ae3bfcf (diff)
downloademacs-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/ChangeLog8
-rw-r--r--doc/misc/ns-emacs.texi23
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 @@
12008-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
12008-08-18 Bill Wohler <wohler@newt.com> 72008-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
155Emacs's own methods for setting these items. To use the color panel, drag 155Emacs's own methods for setting these items. To use the color panel, drag
156from it to an emacs frame. The foreground (or background, if shift is held 156from it to an emacs frame. The foreground (or background, if shift is held
157down) of the face at that point will be changed. To finalize settings for 157down) of the face at that point will be changed. To finalize settings for
158either color or font, choose 'Save Preferences' from under the Help menu. To 158either color or font, choose 'Save Options' from under the Options menu. To
159discard these settings, create a new frame and close the altered one. 159discard 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
448Under X, resources are used to customize the behavior of Emacs to the needs of 448Under X, resources are used to customize the behavior of Emacs to the
449the user. These resources are queried programmatically with the 449needs of the user. These resources are queried programmatically with
450@code{x-get-resource} function. Under NS defaults fulfill a similar function. 450the @code{x-get-resource} function. Under NS defaults fulfill a
451They can be read using the @code{ns-get-resource} function. Calls to 451similar function. They can be read using the @code{ns-get-resource}
452@code{x-get-resource} are automatically mapped to @code{ns-get-resource}. 452function. Calls to @code{x-get-resource} are automatically mapped to
453From the command line, the command `@code{defaults read Emacs}' will show 453@code{ns-get-resource}. From the command line, the command
454these resources as of last Emacs quit, and individual resources can be 454`@code{defaults read org.gnu.Emacs}' will show these resources as of
455read/written by commands like `@code{defaults read Emacs Foo}' and 455last Emacs quit, and individual resources can be read/written by
456`@code{defaults write Emacs Foo barvalue}'. 456commands like `@code{defaults read Emacs Foo}' and `@code{defaults
457write Emacs Foo barvalue}'.
457 458
458Calling the function @code{ns-save-preferences} in lisp, or selecting ``Save 459Calling the function @code{ns-save-preferences} in lisp, or selecting ``Save
459Options'' from the 'Options' menu will automatically write out the defaults 460Options'' from the 'Options' menu will automatically write out the defaults