Mercurial > emacs
changeset 23580:4ade2b248148
(Vselection_coding_system): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 30 Oct 1998 10:21:58 +0000 |
parents | 3d1bb0100afb |
children | 6b883bd6398d |
files | src/xselect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xselect.c Fri Oct 30 10:20:25 1998 +0000 +++ b/src/xselect.c Fri Oct 30 10:21:58 1998 +0000 @@ -2301,7 +2301,7 @@ "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,