emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 3283271: * src/xsmfns.c (syms_of_xsmfns): Remove


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 3283271: * src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc strings.
Date: Fri, 08 Apr 2016 23:30:27 +0000

branch: emacs-25
commit 32832712532449ec32dfcbc5c21c2f5e52faa435
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc strings.
---
 src/xsmfns.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xsmfns.c b/src/xsmfns.c
index 0819e87..42e2340 100644
--- a/src/xsmfns.c
+++ b/src/xsmfns.c
@@ -545,7 +545,7 @@ syms_of_xsmfns (void)
 Changing the value does not change the session id used by Emacs.
 The value is nil if no session manager is running.
 See also `x-session-previous-id', `emacs-save-session-functions',
-`emacs-session-save' and `emacs-session-restore'." */);
+`emacs-session-save' and `emacs-session-restore'.  */);
   Vx_session_id = Qnil;
 
   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
 same, depending on how the session manager works.
 
 See also `emacs-save-session-functions', `emacs-session-save' and
-`emacs-session-restore'." */);
+`emacs-session-restore'.  */);
   Vx_session_previous_id = Qnil;
 
   defsubr (&Shandle_save_session);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]