aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/os.texi
diff options
context:
space:
mode:
authorXue Fuqiao <[email protected]>2013-11-19 06:53:47 +0800
committerXue Fuqiao <[email protected]>2013-11-19 06:53:47 +0800
commit4ae3802fbff3f1892abb86562509d078e28779db (patch)
tree83adf255a6ce293a3262cb5feb0a073bd5f82d8e /doc/lispref/os.texi
parent23e79746d106da98db4df48e02e256515bae02be (diff)
Add some indexes and a cross-reference.
* doc/lispref/os.texi (Session Management, Desktop Notifications): Add some indexes and a cross-reference.
Diffstat (limited to 'doc/lispref/os.texi')
-rw-r--r--doc/lispref/os.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 0cd9e1465d..c0e029be91 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,