aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog3
-rw-r--r--doc/emacs/frames.texi2
-rw-r--r--doc/emacs/glossary.texi2
3 files changed, 5 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 9d58e64ef47..81f5bb0edba 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,8 @@
12012-04-14 Glenn Morris <rgm@gnu.org> 12012-04-14 Glenn Morris <rgm@gnu.org>
2 2
3 * frames.texi (Scroll Bars):
4 * glossary.texi (Glossary): Use consistent case for "X Window System".
5
3 * mule.texi (Select Input Method, Coding Systems): 6 * mule.texi (Select Input Method, Coding Systems):
4 State command names in kbd tables. 7 State command names in kbd tables.
5 (Recognize Coding): Add cross-ref. 8 (Recognize Coding): Add cross-ref.
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 8d6a39665da..571a749cd77 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -908,7 +908,7 @@ scroll bars on the right side of windows), @code{left} (put them on
908the left), or @code{nil} (disable scroll bars). By default, Emacs 908the left), or @code{nil} (disable scroll bars). By default, Emacs
909puts scroll bars on the right if it was compiled with GTK+ support on 909puts scroll bars on the right if it was compiled with GTK+ support on
910the X Window System, and on MS-Windows or Mac OS; Emacs puts scroll 910the X Window System, and on MS-Windows or Mac OS; Emacs puts scroll
911bars on the left if compiled on the X Window system without GTK+ 911bars on the left if compiled on the X Window System without GTK+
912support (following the old convention for X applications). 912support (following the old convention for X applications).
913 913
914@vindex scroll-bar-width 914@vindex scroll-bar-width
diff --git a/doc/emacs/glossary.texi b/doc/emacs/glossary.texi
index 765a4b59053..b037939336e 100644
--- a/doc/emacs/glossary.texi
+++ b/doc/emacs/glossary.texi
@@ -193,7 +193,7 @@ press a mouse button and release it without moving the mouse.
193 193
194@item Clipboard 194@item Clipboard
195A clipboard is a buffer provided by the window system for transferring 195A clipboard is a buffer provided by the window system for transferring
196text between applications. On the X Window system, the clipboard is 196text between applications. On the X Window System, the clipboard is
197provided in addition to the primary selection (q.v.@:); on MS-Windows and Mac, 197provided in addition to the primary selection (q.v.@:); on MS-Windows and Mac,
198the clipboard is used @emph{instead} of the primary selection. 198the clipboard is used @emph{instead} of the primary selection.
199@xref{Clipboard}. 199@xref{Clipboard}.