diff options
| author | Juanma Barranquero | 2013-12-08 16:33:27 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2013-12-08 16:33:27 +0100 |
| commit | 36291308801eefe5c04280c32d4b247bf7aa984e (patch) | |
| tree | 9d6034dcd49506ae4333794ef32edadb7860cfdc | |
| parent | b3e42b7083e6d13701179e22774b4803b1054392 (diff) | |
| download | emacs-36291308801eefe5c04280c32d4b247bf7aa984e.tar.gz emacs-36291308801eefe5c04280c32d4b247bf7aa984e.zip | |
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.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/msdog.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/processes.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 2 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/dbus.texi | 2 |
8 files changed, 20 insertions, 6 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index cf37ab25199..5da37003152 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * msdog.texi (Windows Keyboard): Fix typo. | ||
| 4 | |||
| 1 | 2013-11-30 Glenn Morris <rgm@gnu.org> | 5 | 2013-11-30 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (distclean): Remove Makefile. | 7 | * Makefile.in (distclean): Remove Makefile. |
diff --git a/doc/emacs/msdog.texi b/doc/emacs/msdog.texi index 0f01958b51c..5fbf2e45e4a 100644 --- a/doc/emacs/msdog.texi +++ b/doc/emacs/msdog.texi | |||
| @@ -482,7 +482,7 @@ the variable @code{w32-alt-is-meta} to a @code{nil} value. | |||
| 482 | @kbd{Alt-@key{TAB}}, for its own use. These key combinations are | 482 | @kbd{Alt-@key{TAB}}, for its own use. These key combinations are |
| 483 | intercepted by the system before Emacs can see them. You can use the | 483 | intercepted by the system before Emacs can see them. You can use the |
| 484 | @code{w32-register-hot-key} function to allow a key sequence to be | 484 | @code{w32-register-hot-key} function to allow a key sequence to be |
| 485 | seen by Emacs instead of being grabbed by Windows. This functions | 485 | seen by Emacs instead of being grabbed by Windows. This function |
| 486 | registers a key sequence as a @dfn{hot key}, overriding the special | 486 | registers a key sequence as a @dfn{hot key}, overriding the special |
| 487 | meaning of that key sequence for Windows. (MS-Windows is told that | 487 | meaning of that key sequence for Windows. (MS-Windows is told that |
| 488 | the key sequence is a hot key only when one of the Emacs windows has | 488 | the key sequence is a hot key only when one of the Emacs windows has |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f4f036f33ad..d2173793d00 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-12-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * display.texi (Progress, Face Remapping): | ||
| 4 | * processes.texi (Serial Ports): | ||
| 5 | * windows.texi (Recombining Windows): Fix typos. (Bug#16089) | ||
| 6 | |||
| 1 | 2013-12-04 Juri Linkov <juri@jurta.org> | 7 | 2013-12-04 Juri Linkov <juri@jurta.org> |
| 2 | 8 | ||
| 3 | * searching.texi (Search and Replace): Fix `unread-command-events' | 9 | * searching.texi (Search and Replace): Fix `unread-command-events' |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index eeede08ecd9..c6eeaf9c6a8 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -439,7 +439,7 @@ that it prints a message in the echo area unconditionally. | |||
| 439 | 439 | ||
| 440 | The first two arguments have the same meaning as for | 440 | The first two arguments have the same meaning as for |
| 441 | @code{progress-reporter-update}. Optional @var{new-message} allows | 441 | @code{progress-reporter-update}. Optional @var{new-message} allows |
| 442 | you to change the message of the @var{reporter}. Since this functions | 442 | you to change the message of the @var{reporter}. Since this function |
| 443 | always updates the echo area, such a change will be immediately | 443 | always updates the echo area, such a change will be immediately |
| 444 | presented to the user. | 444 | presented to the user. |
| 445 | @end defun | 445 | @end defun |
| @@ -2683,7 +2683,7 @@ and @code{face-remap-reset-base} functions; it is intended for major | |||
| 2683 | modes to remap faces in the buffers they control. | 2683 | modes to remap faces in the buffers they control. |
| 2684 | 2684 | ||
| 2685 | @defun face-remap-add-relative face &rest specs | 2685 | @defun face-remap-add-relative face &rest specs |
| 2686 | This functions adds the face spec in @var{specs} as relative | 2686 | This function adds the face spec in @var{specs} as relative |
| 2687 | remappings for face @var{face} in the current buffer. The remaining | 2687 | remappings for face @var{face} in the current buffer. The remaining |
| 2688 | arguments, @var{specs}, should form either a list of face names, or a | 2688 | arguments, @var{specs}, should form either a list of face names, or a |
| 2689 | property list of attribute/value pairs. | 2689 | property list of attribute/value pairs. |
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 1181244a974..880d5fff598 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -2613,7 +2613,7 @@ Here is an example: | |||
| 2613 | @cindex stopbits, in serial connections | 2613 | @cindex stopbits, in serial connections |
| 2614 | @cindex flowcontrol, in serial connections | 2614 | @cindex flowcontrol, in serial connections |
| 2615 | 2615 | ||
| 2616 | This functions configures a serial port connection. Arguments are | 2616 | This function configures a serial port connection. Arguments are |
| 2617 | specified as keyword/argument pairs. Attributes that are not given | 2617 | specified as keyword/argument pairs. Attributes that are not given |
| 2618 | are re-initialized from the process's current configuration (available | 2618 | are re-initialized from the process's current configuration (available |
| 2619 | via the function @code{process-contact}), or set to reasonable default | 2619 | via the function @code{process-contact}), or set to reasonable default |
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}. | |||
| 1164 | 1164 | ||
| 1165 | @cindex window combination limit | 1165 | @cindex window combination limit |
| 1166 | @defun set-window-combination-limit window limit | 1166 | @defun set-window-combination-limit window limit |
| 1167 | This functions sets the @dfn{combination limit} of the window | 1167 | This function sets the @dfn{combination limit} of the window |
| 1168 | @var{window} to @var{limit}. This value can be retrieved via the | 1168 | @var{window} to @var{limit}. This value can be retrieved via the |
| 1169 | function @code{window-combination-limit}. See below for its effects; | 1169 | function @code{window-combination-limit}. See below for its effects; |
| 1170 | note that it is only meaningful for internal windows. The | 1170 | note that it is only meaningful for internal windows. The |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 5a7b301d5b0..83e681990aa 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * dbus.texi (Properties and Annotations): Fix typo. | ||
| 4 | |||
| 1 | 2013-12-06 Bastien Guerry <bzg@gnu.org> | 5 | 2013-12-06 Bastien Guerry <bzg@gnu.org> |
| 2 | 6 | ||
| 3 | * org.texi: Don't include Emacs version within Org's version. | 7 | * org.texi: Don't include Emacs version within Org's version. |
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index 1e887e02a30..a6155e2e724 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi | |||
| @@ -760,7 +760,7 @@ If there are no properties, @code{nil} is returned. Example: | |||
| 760 | @end defun | 760 | @end defun |
| 761 | 761 | ||
| 762 | @defun dbus-get-all-managed-objects bus service path | 762 | @defun dbus-get-all-managed-objects bus service path |
| 763 | This functions returns all objects at @var{bus}, @var{service}, | 763 | This function returns all objects at @var{bus}, @var{service}, |
| 764 | @var{path}, and the children of @var{path}. The result is a list of | 764 | @var{path}, and the children of @var{path}. The result is a list of |
| 765 | objects. Every object is a cons of an existing path name, and the | 765 | objects. Every object is a cons of an existing path name, and the |
| 766 | list of available interface objects. An interface object is another | 766 | list of available interface objects. An interface object is another |