From: Xue Fuqiao Date: Mon, 18 Nov 2013 22:53:47 +0000 (+0800) Subject: Add some indexes and a cross-reference. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~789 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ae3802fbff3f1892abb86562509d078e28779db;p=emacs.git Add some indexes and a cross-reference. * doc/lispref/os.texi (Session Management, Desktop Notifications): Add some indexes and a cross-reference. --- diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index d0f5f1e06b1..143e03cde63 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi @@ -10,6 +10,7 @@ @cindex switches (command line) @cindex startup (command line arguments) @cindex invocation (command line arguments) +@c FIXME: Document `--smid'? --xfq Emacs supports command line arguments to request various actions when invoking Emacs. These are for compatibility with other editors diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f4fc1acfa69..b35358366e3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2013-11-18 Xue Fuqiao + + * os.texi (Session Management, Desktop Notifications): Add some + indexes and a cross-reference. + 2013-11-17 Xue Fuqiao * os.texi (Time Parsing): diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 0cd9e1465dc..c0e029be912 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -2244,6 +2244,7 @@ saved session to restore. For Emacs, this argument is @samp{--smid @var{session}}. @defvar emacs-save-session-functions +@cindex session file Emacs supports saving state via a hook called @code{emacs-save-session-functions}. Emacs runs this hook when the session manager tells it that the window system is shutting down. The @@ -2283,11 +2284,13 @@ Emacs is restarted by the session manager. @node Desktop Notifications @section Desktop Notifications @cindex desktop notifications +@cindex notifications, on desktop Emacs is able to send @dfn{notifications} on systems that support the freedesktop.org Desktop Notifications Specification. In order to use this functionality, Emacs must have been compiled with D-Bus support, -and the @code{notifications} library must be loaded. +and the @code{notifications} library must be loaded. @xref{Top, , +D-Bus,dbus,D-Bus integration in Emacs}. @defun notifications-notify &rest params This function sends a notification to the desktop via D-Bus,