]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in doc files (bug#16089).
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 8 Dec 2013 15:33:27 +0000 (16:33 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 8 Dec 2013 15:33:27 +0000 (16:33 +0100)
* 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.

doc/emacs/ChangeLog
doc/emacs/msdog.texi
doc/lispref/ChangeLog
doc/lispref/display.texi
doc/lispref/processes.texi
doc/lispref/windows.texi
doc/misc/ChangeLog
doc/misc/dbus.texi

index cf37ab25199e0094e503240a092edc7b303bd56a..5da37003152cc8cb6245a7d160f73c9787131840 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * msdog.texi (Windows Keyboard): Fix typo.
+
 2013-11-30  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (distclean): Remove Makefile.
index 0f01958b51ca9b833f066277feba29be2e9b9d8e..5fbf2e45e4a309fd7f116a9dfd530baef19d9972 100644 (file)
@@ -482,7 +482,7 @@ the variable @code{w32-alt-is-meta} to a @code{nil} value.
 @kbd{Alt-@key{TAB}}, for its own use.  These key combinations are
 intercepted by the system before Emacs can see them.  You can use the
 @code{w32-register-hot-key} function to allow a key sequence to be
-seen by Emacs instead of being grabbed by Windows.  This functions
+seen by Emacs instead of being grabbed by Windows.  This function
 registers a key sequence as a @dfn{hot key}, overriding the special
 meaning of that key sequence for Windows.  (MS-Windows is told that
 the key sequence is a hot key only when one of the Emacs windows has
index f4f036f33ad176f94d2857175ce5c881710f3ba2..d2173793d001f72d17a1915c83e4c4d03e66db05 100644 (file)
@@ -1,3 +1,9 @@
+2013-12-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * display.texi (Progress, Face Remapping):
+       * processes.texi (Serial Ports):
+       * windows.texi (Recombining Windows): Fix typos.  (Bug#16089)
+
 2013-12-04  Juri Linkov  <juri@jurta.org>
 
        * searching.texi (Search and Replace): Fix `unread-command-events'
index eeede08ecd9e4fc10117fbb71fc2ca65b12066b9..c6eeaf9c6a8f19e82ff00b32c56e2c60f737258b 100644 (file)
@@ -439,7 +439,7 @@ that it prints a message in the echo area unconditionally.
 
 The first two arguments have the same meaning as for
 @code{progress-reporter-update}.  Optional @var{new-message} allows
-you to change the message of the @var{reporter}.  Since this functions
+you to change the message of the @var{reporter}.  Since this function
 always updates the echo area, such a change will be immediately
 presented to the user.
 @end defun
@@ -2683,7 +2683,7 @@ and @code{face-remap-reset-base} functions; it is intended for major
 modes to remap faces in the buffers they control.
 
 @defun face-remap-add-relative face &rest specs
-This functions adds the face spec in @var{specs} as relative
+This function adds the face spec in @var{specs} as relative
 remappings for face @var{face} in the current buffer.  The remaining
 arguments, @var{specs}, should form either a list of face names, or a
 property list of attribute/value pairs.
index 1181244a974a0e5a863517e062720e3a5697a769..880d5fff598632f7735a924cd1eb51408839021b 100644 (file)
@@ -2613,7 +2613,7 @@ Here is an example:
 @cindex stopbits, in serial connections
 @cindex flowcontrol, in serial connections
 
-This functions configures a serial port connection.  Arguments are
+This function configures a serial port connection.  Arguments are
 specified as keyword/argument pairs.  Attributes that are not given
 are re-initialized from the process's current configuration (available
 via the function @code{process-contact}), or set to reasonable default
index 661860025f34a02c69ee1792841c1b9e332eb668..673351005fbbdd37cc82b6ae883b6b20807fb8d8 100644 (file)
@@ -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
index 5a7b301d5b01767931b51d4f5eed5b16f8309564..83e681990aad65973c00418289e44bcdf5198912 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dbus.texi (Properties and Annotations): Fix typo.
+
 2013-12-06  Bastien Guerry  <bzg@gnu.org>
 
        * org.texi: Don't include Emacs version within Org's version.
index 1e887e02a300e3cb4a474a3df04025b0ef8cff56..a6155e2e72485b7703ef7ad83253644454428770 100644 (file)
@@ -760,7 +760,7 @@ If there are no properties, @code{nil} is returned.  Example:
 @end defun
 
 @defun dbus-get-all-managed-objects bus service path
-This functions returns all objects at @var{bus}, @var{service},
+This function returns all objects at @var{bus}, @var{service},
 @var{path}, and the children of @var{path}.  The result is a list of
 objects.  Every object is a cons of an existing path name, and the
 list of available interface objects.  An interface object is another