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 /doc/lispref/display.texi | |
| 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.
Diffstat (limited to 'doc/lispref/display.texi')
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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. |