mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-10 06:00:51 +00:00
; Fix some trivial typos
This commit is contained in:
parent
02a31c9632
commit
bf4accb65e
11 changed files with 17 additions and 17 deletions
|
@ -2206,7 +2206,7 @@
|
||||||
Describe group levels more clearly.
|
Describe group levels more clearly.
|
||||||
(Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
|
(Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
|
||||||
Summary of Gnus.
|
Summary of Gnus.
|
||||||
(Document View): Copyedits. Move zoom commads to DocView
|
(Document View): Copyedits. Move zoom commands to DocView
|
||||||
Navigation node.
|
Navigation node.
|
||||||
(DocView Navigation, DocView Searching, DocView Slicing)
|
(DocView Navigation, DocView Searching, DocView Slicing)
|
||||||
(DocView Conversion): Nodes renamed from Navigation, etc.
|
(DocView Conversion): Nodes renamed from Navigation, etc.
|
||||||
|
@ -10290,7 +10290,7 @@
|
||||||
|
|
||||||
* buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
|
* buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
|
||||||
for multiple compile and grep buffers.
|
for multiple compile and grep buffers.
|
||||||
(Indirect Buffers): Don't recommand clone-indirect-buffer
|
(Indirect Buffers): Don't recommend clone-indirect-buffer
|
||||||
for multiple compile and grep buffers.
|
for multiple compile and grep buffers.
|
||||||
|
|
||||||
2004-02-29 Juanma Barranquero <lektu@terra.es>
|
2004-02-29 Juanma Barranquero <lektu@terra.es>
|
||||||
|
|
|
@ -2674,7 +2674,7 @@ basename.)
|
||||||
|
|
||||||
Emacs can also look in an XDG-compatible location for @file{init.el},
|
Emacs can also look in an XDG-compatible location for @file{init.el},
|
||||||
the default is the directory @file{~/.config/emacs}. This can be
|
the default is the directory @file{~/.config/emacs}. This can be
|
||||||
overriden by setting @env{XDG_CONFIG_HOME} in your environment, its
|
overridden by setting @env{XDG_CONFIG_HOME} in your environment, its
|
||||||
value replaces @file{~/.config} in the name of the default XDG init
|
value replaces @file{~/.config} in the name of the default XDG init
|
||||||
file. However @file{~/.emacs.d}, @file{~/.emacs}, and
|
file. However @file{~/.emacs.d}, @file{~/.emacs}, and
|
||||||
@file{~/.emacs.el} are always preferred if they exist, which means
|
@file{~/.emacs.el} are always preferred if they exist, which means
|
||||||
|
|
|
@ -1458,7 +1458,7 @@ working tree to match the branch you switch to. Bazaar also supports
|
||||||
co-located branches, in which case the @kbd{bzr switch} command
|
co-located branches, in which case the @kbd{bzr switch} command
|
||||||
will switch branches in the current directory. With Subversion, you
|
will switch branches in the current directory. With Subversion, you
|
||||||
switch to another branch using the @kbd{svn switch} command. With
|
switch to another branch using the @kbd{svn switch} command. With
|
||||||
Mercurial, command @kbd{hg update} is used to swith to another
|
Mercurial, command @kbd{hg update} is used to switch to another
|
||||||
branch.
|
branch.
|
||||||
|
|
||||||
The VC command to switch to another branch in the current directory
|
The VC command to switch to another branch in the current directory
|
||||||
|
|
|
@ -8256,7 +8256,7 @@ different.
|
||||||
Emacs provides a primitive that applications can use to detect
|
Emacs provides a primitive that applications can use to detect
|
||||||
instances of text whose bidirectional properties were overridden so as
|
instances of text whose bidirectional properties were overridden so as
|
||||||
to make a left-to-right character display as if it were a
|
to make a left-to-right character display as if it were a
|
||||||
right-to-left character, or vise versa.
|
right-to-left character, or vice versa.
|
||||||
|
|
||||||
@defun bidi-find-overridden-directionality from to &optional object
|
@defun bidi-find-overridden-directionality from to &optional object
|
||||||
This function looks at the text of the specified @var{object} between
|
This function looks at the text of the specified @var{object} between
|
||||||
|
|
|
@ -1972,7 +1972,7 @@ ways.
|
||||||
@cindex nonlocal exits, in modules
|
@cindex nonlocal exits, in modules
|
||||||
|
|
||||||
Emacs Lisp supports nonlocal exits, whereby program control is
|
Emacs Lisp supports nonlocal exits, whereby program control is
|
||||||
transfered from one point in a program to another remote point.
|
transferred from one point in a program to another remote point.
|
||||||
@xref{Nonlocal Exits}. Thus, Lisp functions called by your module
|
@xref{Nonlocal Exits}. Thus, Lisp functions called by your module
|
||||||
might exit nonlocally by calling @code{signal} or @code{throw}, and
|
might exit nonlocally by calling @code{signal} or @code{throw}, and
|
||||||
your module functions must handle such nonlocal exits properly. Such
|
your module functions must handle such nonlocal exits properly. Such
|
||||||
|
|
|
@ -3277,7 +3277,7 @@ is disabled, @code{font-lock-face} has no effect on the display.
|
||||||
also use the normal Font Lock machinery. But if the mode does not use
|
also use the normal Font Lock machinery. But if the mode does not use
|
||||||
the normal Font Lock machinery, it should not set the variable
|
the normal Font Lock machinery, it should not set the variable
|
||||||
@code{font-lock-defaults}. In this case the @code{face} property will
|
@code{font-lock-defaults}. In this case the @code{face} property will
|
||||||
not be overriden, so using the @code{face} property could work too.
|
not be overridden, so using the @code{face} property could work too.
|
||||||
However, using @code{font-lock-face} is generally preferable as it
|
However, using @code{font-lock-face} is generally preferable as it
|
||||||
allows the user to control the fontification by toggling
|
allows the user to control the fontification by toggling
|
||||||
@code{font-lock-mode}, and lets the code work regardless of whether
|
@code{font-lock-mode}, and lets the code work regardless of whether
|
||||||
|
|
|
@ -502,7 +502,7 @@
|
||||||
* org.texi (@LaTeX{} specific attributes): Update manual.
|
* org.texi (@LaTeX{} specific attributes): Update manual.
|
||||||
|
|
||||||
* org.texi (Top, Exporting): Org has its own documentation and
|
* org.texi (Top, Exporting): Org has its own documentation and
|
||||||
should therefore be removed from "Other build-in back-ends".
|
should therefore be removed from "Other built-in back-ends".
|
||||||
|
|
||||||
2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
|
|
||||||
|
@ -1161,7 +1161,7 @@
|
||||||
(Special agenda views): Mention the "agenda*" agenda view.
|
(Special agenda views): Mention the "agenda*" agenda view.
|
||||||
|
|
||||||
* org.texi (Repeated tasks): Document how to ignore a repeater
|
* org.texi (Repeated tasks): Document how to ignore a repeater
|
||||||
when using both a scheduled and a deadline timetamp.
|
when using both a scheduled and a deadline timestamp.
|
||||||
|
|
||||||
* org.texi (Global and local cycling): Wrap in a new subsection.
|
* org.texi (Global and local cycling): Wrap in a new subsection.
|
||||||
(Initial visibility, Catching invisible edits): New subsections.
|
(Initial visibility, Catching invisible edits): New subsections.
|
||||||
|
@ -3515,7 +3515,7 @@
|
||||||
2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
|
2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
|
||||||
|
|
||||||
* org.texi (External links): Add footnote on how the behavior
|
* org.texi (External links): Add footnote on how the behavior
|
||||||
of the text search in Org files are controled by the variable
|
of the text search in Org files are controlled by the variable
|
||||||
`org-link-search-must-match-exact-headline'.
|
`org-link-search-must-match-exact-headline'.
|
||||||
|
|
||||||
2012-01-03 Eric Schulte <schulte.eric@gmail.com>
|
2012-01-03 Eric Schulte <schulte.eric@gmail.com>
|
||||||
|
@ -6262,7 +6262,7 @@
|
||||||
information - it's hard to keep up-to-date, and adds nothing.
|
information - it's hard to keep up-to-date, and adds nothing.
|
||||||
Similarly with direct links to mailing lists.
|
Similarly with direct links to mailing lists.
|
||||||
(Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
|
(Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
|
||||||
(Mailcrypt): Remove section - mailcrypt has not been updated in mnay
|
(Mailcrypt): Remove section - mailcrypt has not been updated in many
|
||||||
years, and Emacs comes with tools for this now.
|
years, and Emacs comes with tools for this now.
|
||||||
(Patch): Remove section - this is a standard tool.
|
(Patch): Remove section - this is a standard tool.
|
||||||
(Using function keys under X): Remove section.
|
(Using function keys under X): Remove section.
|
||||||
|
@ -6493,7 +6493,7 @@
|
||||||
specified in a property.
|
specified in a property.
|
||||||
(Text areas in HTML export): New section.
|
(Text areas in HTML export): New section.
|
||||||
(External links): Add examples for text search and ID links.
|
(External links): Add examples for text search and ID links.
|
||||||
(Built-in table editor): Remove the descriptio of `C-c
|
(Built-in table editor): Remove the description of `C-c
|
||||||
C-q', it not longer works.
|
C-q', it not longer works.
|
||||||
(Literal examples): Document that a space must follow
|
(Literal examples): Document that a space must follow
|
||||||
the colon in short examples.
|
the colon in short examples.
|
||||||
|
|
|
@ -2436,7 +2436,7 @@ Argument @var{THIS} is the project to convert @var{PATH} to.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Method ede-name :AFTER this
|
@deffn Method ede-name :AFTER this
|
||||||
Return the name of @var{THIS} targt.
|
Return the name of @var{THIS} target.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn Method ede-target-buffer-in-sourcelist :AFTER this buffer source
|
@deffn Method ede-target-buffer-in-sourcelist :AFTER this buffer source
|
||||||
|
|
|
@ -465,7 +465,7 @@ string containing the text contained between those positions (if any),
|
||||||
after the change was performed.
|
after the change was performed.
|
||||||
|
|
||||||
@item @code{:changes-start} and @code{:changes-end}
|
@item @code{:changes-start} and @code{:changes-end}
|
||||||
The value is, repectively, the minimum and maximum buffer positions
|
The value is, respectively, the minimum and maximum buffer positions
|
||||||
touched by the recent changes. These are provided for convenience and
|
touched by the recent changes. These are provided for convenience and
|
||||||
only if @code{:recent-changes} is also provided.
|
only if @code{:recent-changes} is also provided.
|
||||||
|
|
||||||
|
|
|
@ -3101,10 +3101,10 @@
|
||||||
|
|
||||||
% Allow a ragged right output to aid breaking long URL's. There can
|
% Allow a ragged right output to aid breaking long URL's. There can
|
||||||
% be a break at the \allowbreak with no extra glue (if the existing stretch in
|
% be a break at the \allowbreak with no extra glue (if the existing stretch in
|
||||||
% the line is sufficent), a break at the \penalty100 with extra glue added
|
% the line is sufficient), a break at the \penalty100 with extra glue added
|
||||||
% at the end of the line, or no break at all here.
|
% at the end of the line, or no break at all here.
|
||||||
% Changing the value of the penalty and/or the amount of stretch affects how
|
% Changing the value of the penalty and/or the amount of stretch affects how
|
||||||
% preferrable one choice is over the other.
|
% preferable one choice is over the other.
|
||||||
\def\urefallowbreak{%
|
\def\urefallowbreak{%
|
||||||
\allowbreak
|
\allowbreak
|
||||||
\hskip 0pt plus 4 em\relax
|
\hskip 0pt plus 4 em\relax
|
||||||
|
|
|
@ -3004,7 +3004,7 @@ to user @code{root} on host @code{remotehost}, starting with an
|
||||||
@option{ssh} session on host @code{remotehost}:
|
@option{ssh} session on host @code{remotehost}:
|
||||||
@samp{@value{prefix}ssh@value{postfixhop}%h|su@value{postfixhop}remotehost@value{postfix}}.
|
@samp{@value{prefix}ssh@value{postfixhop}%h|su@value{postfixhop}remotehost@value{postfix}}.
|
||||||
|
|
||||||
On the other hand, if a trailing hop does not specifiy a host name,
|
On the other hand, if a trailing hop does not specify a host name,
|
||||||
the host name of the previous hop is reused. Therefore, the following
|
the host name of the previous hop is reused. Therefore, the following
|
||||||
file name is equivalent to the previous example:
|
file name is equivalent to the previous example:
|
||||||
@samp{@value{prefix}ssh@value{postfixhop}remotehost|su@value{postfixhop}@value{postfix}}.
|
@samp{@value{prefix}ssh@value{postfixhop}remotehost|su@value{postfixhop}@value{postfix}}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue