diff options
author | Andreas Schwab <schwab@suse.de> | 1998-10-30 10:21:58 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-10-30 10:21:58 +0000 |
commit | aac77ff1206f3ae37c7eb98a622745a77ac95b6a (patch) | |
tree | 79fba868693eddd67cd25202bd236fe07ae7d946 | |
parent | 8b835738fdccc93404786679c12e73742239a0f5 (diff) | |
download | emacs-aac77ff1206f3ae37c7eb98a622745a77ac95b6a.tar.gz |
(Vselection_coding_system): Doc fix.
-rw-r--r-- | src/xselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c index e51fb6cd448..3861c1bc2c9 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -2301,7 +2301,7 @@ it merely informs you that they have happened."); "Coding system for communicating with other X clients.\n\ When sending or receiving text via cut_buffer, selection, and clipboard,\n\ the text is encoded or decoded by this coding system.\n\ -A default value is `compound-text'"); +The default value is `compound-text'."); Vselection_coding_system = intern ("compound-text"); DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, |