diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-12-08 16:33:27 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-12-08 16:33:27 +0100 |
commit | 36291308801eefe5c04280c32d4b247bf7aa984e (patch) | |
tree | 9d6034dcd49506ae4333794ef32edadb7860cfdc /doc/lispref/windows.texi | |
parent | b3e42b7083e6d13701179e22774b4803b1054392 (diff) | |
download | emacs-36291308801eefe5c04280c32d4b247bf7aa984e.tar.gz |
Fix typos in doc files (bug#16089).
* emacs/msdog.texi (Windows Keyboard): Fix typo.
* lispref/display.texi (Progress, Face Remapping):
* lispref/processes.texi (Serial Ports):
* lispref/windows.texi (Recombining Windows): Fix typos.
* misc/dbus.texi (Properties and Annotations): Fix typo.
Diffstat (limited to 'doc/lispref/windows.texi')
-rw-r--r-- | doc/lispref/windows.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 661860025f3..673351005fb 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -1164,7 +1164,7 @@ vertical combination @var{W1}. @cindex window combination limit @defun set-window-combination-limit window limit -This functions sets the @dfn{combination limit} of the window +This function sets the @dfn{combination limit} of the window @var{window} to @var{limit}. This value can be retrieved via the function @code{window-combination-limit}. See below for its effects; note that it is only meaningful for internal windows. The |