aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1998-10-30 10:21:58 +0000
committerAndreas Schwab1998-10-30 10:21:58 +0000
commitaac77ff1206f3ae37c7eb98a622745a77ac95b6a (patch)
tree79fba868693eddd67cd25202bd236fe07ae7d946 /src
parent8b835738fdccc93404786679c12e73742239a0f5 (diff)
downloademacs-aac77ff1206f3ae37c7eb98a622745a77ac95b6a.tar.gz
emacs-aac77ff1206f3ae37c7eb98a622745a77ac95b6a.zip
(Vselection_coding_system): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/xselect.c2
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.");
2301 "Coding system for communicating with other X clients.\n\ 2301 "Coding system for communicating with other X clients.\n\
2302When sending or receiving text via cut_buffer, selection, and clipboard,\n\ 2302When sending or receiving text via cut_buffer, selection, and clipboard,\n\
2303the text is encoded or decoded by this coding system.\n\ 2303the text is encoded or decoded by this coding system.\n\
2304A default value is `compound-text'"); 2304The default value is `compound-text'.");
2305 Vselection_coding_system = intern ("compound-text"); 2305 Vselection_coding_system = intern ("compound-text");
2306 2306
2307 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, 2307 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,