mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
"the the", "from from" and "and and".
This commit is contained in:
parent
9c3883b47d
commit
33848c48a5
11 changed files with 29 additions and 7 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2014-06-22 Mario Lang <mlang@delysid.org>
|
||||
|
||||
* srecode.texi (Base Arguments): The the -> to the.
|
||||
|
||||
* org.texi (Images in ODT export): The the -> the.
|
||||
|
||||
2014-06-21 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* autotype.texi (Skeleton Language): Document the feature of \n
|
||||
|
|
|
|||
|
|
@ -12228,7 +12228,7 @@ height:width ratio, do the following
|
|||
@cindex #+ATTR_ODT
|
||||
You can control the manner in which an image is anchored by setting the
|
||||
@code{:anchor} property of it's @code{#+ATTR_ODT} line. You can specify one
|
||||
of the the following three values for the @code{:anchor} property:
|
||||
of the following three values for the @code{:anchor} property:
|
||||
@samp{"as-char"}, @samp{"paragraph"} and @samp{"page"}.
|
||||
|
||||
To create an image that is anchored to a page, do the following:
|
||||
|
|
|
|||
|
|
@ -1191,7 +1191,7 @@ If there is an active region via @code{transient-mark-mode}, or
|
|||
@code{mouse-drag-region}, then the @code{REGION} section will be
|
||||
enabled.
|
||||
|
||||
In addition, @code{REGIONTEXT} will be set the the text in the region,
|
||||
In addition, @code{REGIONTEXT} will be set to the text in the region,
|
||||
and that region of text will be ``killed'' from the current buffer.
|
||||
|
||||
If standard-output is NOT the current buffer, then the region will not
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
2014-06-22 Mario Lang <mlang@delysid.org>
|
||||
|
||||
* textmodes/rst.el (rst-comment-region): From from -> from.
|
||||
|
||||
* net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
|
||||
|
||||
2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* electric.el (electric-layout-post-self-insert-function):
|
||||
|
|
|
|||
|
|
@ -1032,7 +1032,7 @@ This happens for Android >= 4.0."
|
|||
|
||||
(defun tramp-adb-send-command-and-check
|
||||
(vec command)
|
||||
"Run COMMAND and and check its exit status.
|
||||
"Run COMMAND and check its exit status.
|
||||
Sends `echo $?' along with the COMMAND for checking the exit status. If
|
||||
COMMAND is nil, just sends `echo $?'. Returns the exit status found."
|
||||
(tramp-adb-send-command
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
2014-06-22 Mario Lang <mlang@delysid.org>
|
||||
|
||||
* org-list.el (org-list-insert-item): The the -> the.
|
||||
|
||||
* org-bibtex.el (org-bibtex-fields): The the -> the.
|
||||
|
||||
2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* ob-core.el (org-babel-insert-result): Prefer point-min-marker
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@
|
|||
(:pages . "One or more page numbers or range of numbers, such as 42-111 or 7,41,73-97 or 43+ (the ‘+’ in this last example indicates pages following that don’t form simple range). BibTEX requires double dashes for page ranges (--).")
|
||||
(:publisher . "The publisher’s name.")
|
||||
(:school . "The name of the school where a thesis was written.")
|
||||
(:series . "The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.")
|
||||
(:series . "The name of a series or set of books. When citing an entire book, the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.")
|
||||
(:title . "The work’s title, typed as explained in the LaTeX book.")
|
||||
(:type . "The type of a technical report for example, 'Research Note'.")
|
||||
(:volume . "The volume of a journal or multi-volume book.")
|
||||
|
|
|
|||
|
|
@ -1254,7 +1254,7 @@ some heuristics to guess the result."
|
|||
If POS is before first character after bullet of the item, the
|
||||
new item will be created before the current one.
|
||||
|
||||
STRUCT is the list structure. PREVS is the the alist of previous
|
||||
STRUCT is the list structure. PREVS is the alist of previous
|
||||
items, as returned by `org-list-prevs-alist'.
|
||||
|
||||
Insert a checkbox if CHECKBOX is non-nil, and string AFTER-BULLET
|
||||
|
|
|
|||
|
|
@ -3121,7 +3121,7 @@ newlines as mandated by `comment-line-break-function'."
|
|||
|
||||
(defun rst-comment-region (beg end &optional arg)
|
||||
"Comment or uncomment the current region.
|
||||
Region is from from BEG to END. Uncomment if ARG."
|
||||
Region is from BEG to END. Uncomment if ARG."
|
||||
(save-excursion
|
||||
(if (consp arg)
|
||||
(rst-uncomment-region beg end arg)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2014-06-22 Mario Lang <mlang@delysid.org>
|
||||
|
||||
* w32fns.c (Fw32_shell_execute): The the -> the.
|
||||
|
||||
2014-06-22 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* xmenu.c (mouse_position_for_popup):
|
||||
|
|
|
|||
|
|
@ -6894,7 +6894,7 @@ operations:
|
|||
\"runas\" - run DOCUMENT, which must be an excutable file, with
|
||||
elevated privileges (a.k.a. \"as Administrator\").
|
||||
\"properties\"
|
||||
- open the the property sheet dialog for DOCUMENT.
|
||||
- open the property sheet dialog for DOCUMENT.
|
||||
nil - invoke the default OPERATION, or \"open\" if default is
|
||||
not defined or unavailable.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue