aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xsmfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xsmfns.c b/src/xsmfns.c
index 0819e877780..42e23401c7d 100644
--- a/src/xsmfns.c
+++ b/src/xsmfns.c
@@ -545,7 +545,7 @@ syms_of_xsmfns (void)
545Changing the value does not change the session id used by Emacs. 545Changing the value does not change the session id used by Emacs.
546The value is nil if no session manager is running. 546The value is nil if no session manager is running.
547See also `x-session-previous-id', `emacs-save-session-functions', 547See also `x-session-previous-id', `emacs-save-session-functions',
548`emacs-session-save' and `emacs-session-restore'." */); 548`emacs-session-save' and `emacs-session-restore'. */);
549 Vx_session_id = Qnil; 549 Vx_session_id = Qnil;
550 550
551 DEFVAR_LISP ("x-session-previous-id", Vx_session_previous_id, 551 DEFVAR_LISP ("x-session-previous-id", Vx_session_previous_id,
@@ -568,7 +568,7 @@ The session id Emacs has while it is running is in the variable
568same, depending on how the session manager works. 568same, depending on how the session manager works.
569 569
570See also `emacs-save-session-functions', `emacs-session-save' and 570See also `emacs-save-session-functions', `emacs-session-save' and
571`emacs-session-restore'." */); 571`emacs-session-restore'. */);
572 Vx_session_previous_id = Qnil; 572 Vx_session_previous_id = Qnil;
573 573
574 defsubr (&Shandle_save_session); 574 defsubr (&Shandle_save_session);