diff options
| author | Juanma Barranquero | 2006-11-06 23:27:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-06 23:27:31 +0000 |
| commit | fbcdaefb1130048021d0260c1fe75bc98abbbd1c (patch) | |
| tree | 701063e6e3feabe850712acb0ded6559a85efd0b /src | |
| parent | 9b33a6034f6962fe7ac9b70e75578a8233f0c631 (diff) | |
| download | emacs-fbcdaefb1130048021d0260c1fe75bc98abbbd1c.tar.gz emacs-fbcdaefb1130048021d0260c1fe75bc98abbbd1c.zip | |
(syms_of_xsmfns): Fix typo in docstring.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xsmfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsmfns.c b/src/xsmfns.c index a862a07c8ee..4c250fecf00 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c | |||
| @@ -561,7 +561,7 @@ See also `x-session-previous-id', `emacs-save-session-functions', | |||
| 561 | DEFVAR_LISP ("x-session-previous-id", &Vx_session_previous_id, | 561 | DEFVAR_LISP ("x-session-previous-id", &Vx_session_previous_id, |
| 562 | doc: /* The previous session id Emacs got from session manager. | 562 | doc: /* The previous session id Emacs got from session manager. |
| 563 | If Emacs is running on a window system that has a session manager, the | 563 | If Emacs is running on a window system that has a session manager, the |
| 564 | session manager gives Emacs a session id. It is feasible for Emacs lisp | 564 | session manager gives Emacs a session id. It is feasible for Emacs Lisp |
| 565 | code to use the session id to save configuration in, for example, a file | 565 | code to use the session id to save configuration in, for example, a file |
| 566 | with a file name based on the session id. If Emacs is running when the | 566 | with a file name based on the session id. If Emacs is running when the |
| 567 | window system is shut down, the session manager remembers that Emacs was | 567 | window system is shut down, the session manager remembers that Emacs was |