diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/glossary.texi | 2 |
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 @@ | |||
| 1 | 2012-04-14 Glenn Morris <rgm@gnu.org> | 1 | 2012-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 | |||
| 908 | the left), or @code{nil} (disable scroll bars). By default, Emacs | 908 | the left), or @code{nil} (disable scroll bars). By default, Emacs |
| 909 | puts scroll bars on the right if it was compiled with GTK+ support on | 909 | puts scroll bars on the right if it was compiled with GTK+ support on |
| 910 | the X Window System, and on MS-Windows or Mac OS; Emacs puts scroll | 910 | the X Window System, and on MS-Windows or Mac OS; Emacs puts scroll |
| 911 | bars on the left if compiled on the X Window system without GTK+ | 911 | bars on the left if compiled on the X Window System without GTK+ |
| 912 | support (following the old convention for X applications). | 912 | support (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 |
| 195 | A clipboard is a buffer provided by the window system for transferring | 195 | A clipboard is a buffer provided by the window system for transferring |
| 196 | text between applications. On the X Window system, the clipboard is | 196 | text between applications. On the X Window System, the clipboard is |
| 197 | provided in addition to the primary selection (q.v.@:); on MS-Windows and Mac, | 197 | provided in addition to the primary selection (q.v.@:); on MS-Windows and Mac, |
| 198 | the clipboard is used @emph{instead} of the primary selection. | 198 | the clipboard is used @emph{instead} of the primary selection. |
| 199 | @xref{Clipboard}. | 199 | @xref{Clipboard}. |