diff options
| author | Paul Eggert | 2016-04-08 16:29:59 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-04-08 16:30:23 -0700 |
| commit | 32832712532449ec32dfcbc5c21c2f5e52faa435 (patch) | |
| tree | 7ed3b4d5ddee69ac2d67dd75b3ea28191c390f08 | |
| parent | a1f221bd82eb4393ccba83a361b435a4992b532a (diff) | |
| download | emacs-32832712532449ec32dfcbc5c21c2f5e52faa435.tar.gz emacs-32832712532449ec32dfcbc5c21c2f5e52faa435.zip | |
* src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc strings.
| -rw-r--r-- | src/xsmfns.c | 4 |
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) | |||
| 545 | Changing the value does not change the session id used by Emacs. | 545 | Changing the value does not change the session id used by Emacs. |
| 546 | The value is nil if no session manager is running. | 546 | The value is nil if no session manager is running. |
| 547 | See also `x-session-previous-id', `emacs-save-session-functions', | 547 | See 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 | |||
| 568 | same, depending on how the session manager works. | 568 | same, depending on how the session manager works. |
| 569 | 569 | ||
| 570 | See also `emacs-save-session-functions', `emacs-session-save' and | 570 | See 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); |