]> git.eshelyaron.com Git - emacs.git/commitdiff
Add some indexes and a cross-reference.
authorXue Fuqiao <xfq.free@gmail.com>
Mon, 18 Nov 2013 22:53:47 +0000 (06:53 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Mon, 18 Nov 2013 22:53:47 +0000 (06:53 +0800)
* doc/lispref/os.texi (Session Management, Desktop Notifications): Add
some indexes and a cross-reference.

doc/emacs/cmdargs.texi
doc/lispref/ChangeLog
doc/lispref/os.texi

index d0f5f1e06b1e4eb2b47b30fa4223260e10a35784..143e03cde63108550593faf83553ef0d9369d6ba 100644 (file)
@@ -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
index f4fc1acfa692563b3df6ff1daa02ce15a86db87f..b35358366e3ffafa359af871606a61ef786f38e8 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-18  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * os.texi (Session Management, Desktop Notifications): Add some
+       indexes and a cross-reference.
+
 2013-11-17  Xue Fuqiao  <xfq.free@gmail.com>
 
        * os.texi (Time Parsing):
index 0cd9e1465dc867aa9dc8c3976e536290ce002400..c0e029be912f2ed350c43a5546b7e9b7a0a7cfd4 100644 (file)
@@ -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,