mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Fix typos
This commit is contained in:
parent
e37484ee26
commit
7280f3f073
7 changed files with 7 additions and 7 deletions
|
|
@ -1677,7 +1677,7 @@ inserting it like with @code{>>> @var{file}}.
|
|||
@item >&@var{other-fd}
|
||||
@itemx @var{fd}>&@var{other-fd}
|
||||
Duplicate the file descriptor @var{other-fd} to @var{fd} (or 1 if
|
||||
unspecified). The order in which this is used is signficant, so
|
||||
unspecified). The order in which this is used is significant, so
|
||||
|
||||
@example
|
||||
@var{command} > @var{file} 2>&1
|
||||
|
|
|
|||
|
|
@ -2270,7 +2270,7 @@ follows (order is not significant):
|
|||
|
||||
The `popup' key takes the same values as `selection'.
|
||||
|
||||
Apart from specfying each key separately, a fallback list is
|
||||
Apart from specifying each key separately, a fallback list is
|
||||
accepted. This is only useful when the desired aesthetic is the
|
||||
same across all keys that are not explicitly referenced. For
|
||||
example, this:
|
||||
|
|
|
|||
|
|
@ -2060,7 +2060,7 @@ IF MULTIPLE is non-nil, return a list of faces.
|
|||
|
||||
Return nil if there is no face at point.
|
||||
|
||||
This function is not meant for handling faces programatically; to
|
||||
This function is not meant for handling faces programmatically; to
|
||||
do that, use `get-text-property' and `get-char-property'."
|
||||
(let (faces)
|
||||
(when text
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ See `imenu--index-alist' for the format of the buffer index alist.")
|
|||
|
||||
;;;###autoload
|
||||
(defvar-local imenu-submenus-on-top t
|
||||
"Flag specifiying whether items with sublists should be kept at top.
|
||||
"Flag specifying whether items with sublists should be kept at top.
|
||||
|
||||
For some indexes, such as those describing sections in a document, it
|
||||
makes sense to keep their original order even in the menubar.")
|
||||
|
|
|
|||
|
|
@ -724,7 +724,7 @@ appropriately.
|
|||
|
||||
The format of INFO is described in `mailcap-mime-data'.
|
||||
|
||||
STORAGE should be a symbol refering to a variable. The value of
|
||||
STORAGE should be a symbol referring to a variable. The value of
|
||||
this variable should have the same format as `mailcap-mime-data'.
|
||||
STORAGE defaults to `mailcap--computed-mime-data'.
|
||||
|
||||
|
|
|
|||
|
|
@ -28278,7 +28278,7 @@ xi_select_hierarchy_events (struct x_display_info *dpyinfo)
|
|||
extension.
|
||||
|
||||
Value is 0 if GTK was not built with the input extension, or if it
|
||||
was explictly disabled, 1 if GTK enabled the input extension and
|
||||
was explicitly disabled, 1 if GTK enabled the input extension and
|
||||
the version was successfully determined, and 2 if that information
|
||||
could not be determined. */
|
||||
|
||||
|
|
|
|||
|
|
@ -239,7 +239,7 @@
|
|||
(print . "print1")))))))))
|
||||
|
||||
(ert-deftest mailcap-add-mailcap-entry-new-minor-to-various-major-positions ()
|
||||
"Add a new minor entry to major entries at various postions
|
||||
"Add a new minor entry to major entries at various positions
|
||||
in ‘mailcap-mime-data’."
|
||||
(let ((mailcap-mime-data
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue