aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog.14
-rw-r--r--doc/emacs/custom.texi2
-rw-r--r--doc/emacs/maintaining.texi2
-rw-r--r--doc/lispref/display.texi2
-rw-r--r--doc/lispref/internals.texi2
-rw-r--r--doc/lispref/modes.texi2
-rw-r--r--doc/misc/ChangeLog.110
-rw-r--r--doc/misc/ede.texi2
-rw-r--r--doc/misc/flymake.texi2
-rw-r--r--doc/misc/texinfo.tex4
-rw-r--r--doc/misc/tramp.texi2
11 files changed, 17 insertions, 17 deletions
diff --git a/doc/emacs/ChangeLog.1 b/doc/emacs/ChangeLog.1
index 3513c6616f0..cf641beec1f 100644
--- a/doc/emacs/ChangeLog.1
+++ b/doc/emacs/ChangeLog.1
@@ -2206,7 +2206,7 @@
2206 Describe group levels more clearly. 2206 Describe group levels more clearly.
2207 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from 2207 (Gnus Group Buffer, Gnus Summary Buffer): New nodes, split from
2208 Summary of Gnus. 2208 Summary of Gnus.
2209 (Document View): Copyedits. Move zoom commads to DocView 2209 (Document View): Copyedits. Move zoom commands to DocView
2210 Navigation node. 2210 Navigation node.
2211 (DocView Navigation, DocView Searching, DocView Slicing) 2211 (DocView Navigation, DocView Searching, DocView Slicing)
2212 (DocView Conversion): Nodes renamed from Navigation, etc. 2212 (DocView Conversion): Nodes renamed from Navigation, etc.
@@ -10290,7 +10290,7 @@
10290 10290
10291 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely 10291 * buffers.texi (Misc Buffer): Explain use of M-x rename-uniquely
10292 for multiple compile and grep buffers. 10292 for multiple compile and grep buffers.
10293 (Indirect Buffers): Don't recommand clone-indirect-buffer 10293 (Indirect Buffers): Don't recommend clone-indirect-buffer
10294 for multiple compile and grep buffers. 10294 for multiple compile and grep buffers.
10295 10295
102962004-02-29 Juanma Barranquero <lektu@terra.es> 102962004-02-29 Juanma Barranquero <lektu@terra.es>
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 00c8ee4f98b..6e2e045dddf 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -2674,7 +2674,7 @@ basename.)
2674 2674
2675Emacs can also look in an XDG-compatible location for @file{init.el}, 2675Emacs can also look in an XDG-compatible location for @file{init.el},
2676the default is the directory @file{~/.config/emacs}. This can be 2676the default is the directory @file{~/.config/emacs}. This can be
2677overriden by setting @env{XDG_CONFIG_HOME} in your environment, its 2677overridden by setting @env{XDG_CONFIG_HOME} in your environment, its
2678value replaces @file{~/.config} in the name of the default XDG init 2678value replaces @file{~/.config} in the name of the default XDG init
2679file. However @file{~/.emacs.d}, @file{~/.emacs}, and 2679file. However @file{~/.emacs.d}, @file{~/.emacs}, and
2680@file{~/.emacs.el} are always preferred if they exist, which means 2680@file{~/.emacs.el} are always preferred if they exist, which means
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index ebcdddfcae3..e8b5608c62a 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1458,7 +1458,7 @@ working tree to match the branch you switch to. Bazaar also supports
1458co-located branches, in which case the @kbd{bzr switch} command 1458co-located branches, in which case the @kbd{bzr switch} command
1459will switch branches in the current directory. With Subversion, you 1459will switch branches in the current directory. With Subversion, you
1460switch to another branch using the @kbd{svn switch} command. With 1460switch to another branch using the @kbd{svn switch} command. With
1461Mercurial, command @kbd{hg update} is used to swith to another 1461Mercurial, command @kbd{hg update} is used to switch to another
1462branch. 1462branch.
1463 1463
1464 The VC command to switch to another branch in the current directory 1464 The VC command to switch to another branch in the current directory
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 6f0e8c1ad2c..be2de000c35 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -8256,7 +8256,7 @@ different.
8256 Emacs provides a primitive that applications can use to detect 8256 Emacs provides a primitive that applications can use to detect
8257instances of text whose bidirectional properties were overridden so as 8257instances of text whose bidirectional properties were overridden so as
8258to make a left-to-right character display as if it were a 8258to make a left-to-right character display as if it were a
8259right-to-left character, or vise versa. 8259right-to-left character, or vice versa.
8260 8260
8261@defun bidi-find-overridden-directionality from to &optional object 8261@defun bidi-find-overridden-directionality from to &optional object
8262This function looks at the text of the specified @var{object} between 8262This function looks at the text of the specified @var{object} between
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index 325841d8f8a..e5b535bdab2 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -1972,7 +1972,7 @@ ways.
1972@cindex nonlocal exits, in modules 1972@cindex nonlocal exits, in modules
1973 1973
1974 Emacs Lisp supports nonlocal exits, whereby program control is 1974 Emacs Lisp supports nonlocal exits, whereby program control is
1975transfered from one point in a program to another remote point. 1975transferred from one point in a program to another remote point.
1976@xref{Nonlocal Exits}. Thus, Lisp functions called by your module 1976@xref{Nonlocal Exits}. Thus, Lisp functions called by your module
1977might exit nonlocally by calling @code{signal} or @code{throw}, and 1977might exit nonlocally by calling @code{signal} or @code{throw}, and
1978your module functions must handle such nonlocal exits properly. Such 1978your module functions must handle such nonlocal exits properly. Such
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 4edda793e07..de40fa7f963 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -3277,7 +3277,7 @@ is disabled, @code{font-lock-face} has no effect on the display.
3277also use the normal Font Lock machinery. But if the mode does not use 3277also use the normal Font Lock machinery. But if the mode does not use
3278the normal Font Lock machinery, it should not set the variable 3278the normal Font Lock machinery, it should not set the variable
3279@code{font-lock-defaults}. In this case the @code{face} property will 3279@code{font-lock-defaults}. In this case the @code{face} property will
3280not be overriden, so using the @code{face} property could work too. 3280not be overridden, so using the @code{face} property could work too.
3281However, using @code{font-lock-face} is generally preferable as it 3281However, using @code{font-lock-face} is generally preferable as it
3282allows the user to control the fontification by toggling 3282allows the user to control the fontification by toggling
3283@code{font-lock-mode}, and lets the code work regardless of whether 3283@code{font-lock-mode}, and lets the code work regardless of whether
diff --git a/doc/misc/ChangeLog.1 b/doc/misc/ChangeLog.1
index a85971bdaf6..f74e51f400e 100644
--- a/doc/misc/ChangeLog.1
+++ b/doc/misc/ChangeLog.1
@@ -502,7 +502,7 @@
502 * org.texi (@LaTeX{} specific attributes): Update manual. 502 * org.texi (@LaTeX{} specific attributes): Update manual.
503 503
504 * org.texi (Top, Exporting): Org has its own documentation and 504 * org.texi (Top, Exporting): Org has its own documentation and
505 should therefore be removed from "Other build-in back-ends". 505 should therefore be removed from "Other built-in back-ends".
506 506
5072014-04-22 Stefan Monnier <monnier@iro.umontreal.ca> 5072014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
508 508
@@ -1161,7 +1161,7 @@
1161 (Special agenda views): Mention the "agenda*" agenda view. 1161 (Special agenda views): Mention the "agenda*" agenda view.
1162 1162
1163 * org.texi (Repeated tasks): Document how to ignore a repeater 1163 * org.texi (Repeated tasks): Document how to ignore a repeater
1164 when using both a scheduled and a deadline timetamp. 1164 when using both a scheduled and a deadline timestamp.
1165 1165
1166 * org.texi (Global and local cycling): Wrap in a new subsection. 1166 * org.texi (Global and local cycling): Wrap in a new subsection.
1167 (Initial visibility, Catching invisible edits): New subsections. 1167 (Initial visibility, Catching invisible edits): New subsections.
@@ -3515,7 +3515,7 @@
35152012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change) 35152012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
3516 3516
3517 * org.texi (External links): Add footnote on how the behavior 3517 * org.texi (External links): Add footnote on how the behavior
3518 of the text search in Org files are controled by the variable 3518 of the text search in Org files are controlled by the variable
3519 `org-link-search-must-match-exact-headline'. 3519 `org-link-search-must-match-exact-headline'.
3520 3520
35212012-01-03 Eric Schulte <schulte.eric@gmail.com> 35212012-01-03 Eric Schulte <schulte.eric@gmail.com>
@@ -6262,7 +6262,7 @@
6262 information - it's hard to keep up-to-date, and adds nothing. 6262 information - it's hard to keep up-to-date, and adds nothing.
6263 Similarly with direct links to mailing lists. 6263 Similarly with direct links to mailing lists.
6264 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell. 6264 (Spell-checkers): Rename node from Ispell. Mention Aspell and Hunspell.
6265 (Mailcrypt): Remove section - mailcrypt has not been updated in mnay 6265 (Mailcrypt): Remove section - mailcrypt has not been updated in many
6266 years, and Emacs comes with tools for this now. 6266 years, and Emacs comes with tools for this now.
6267 (Patch): Remove section - this is a standard tool. 6267 (Patch): Remove section - this is a standard tool.
6268 (Using function keys under X): Remove section. 6268 (Using function keys under X): Remove section.
@@ -6493,7 +6493,7 @@
6493 specified in a property. 6493 specified in a property.
6494 (Text areas in HTML export): New section. 6494 (Text areas in HTML export): New section.
6495 (External links): Add examples for text search and ID links. 6495 (External links): Add examples for text search and ID links.
6496 (Built-in table editor): Remove the descriptio of `C-c 6496 (Built-in table editor): Remove the description of `C-c
6497 C-q', it not longer works. 6497 C-q', it not longer works.
6498 (Literal examples): Document that a space must follow 6498 (Literal examples): Document that a space must follow
6499 the colon in short examples. 6499 the colon in short examples.
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index 412176986cc..63e3595a509 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -2436,7 +2436,7 @@ Argument @var{THIS} is the project to convert @var{PATH} to.
2436@end deffn 2436@end deffn
2437 2437
2438@deffn Method ede-name :AFTER this 2438@deffn Method ede-name :AFTER this
2439Return the name of @var{THIS} targt. 2439Return the name of @var{THIS} target.
2440@end deffn 2440@end deffn
2441 2441
2442@deffn Method ede-target-buffer-in-sourcelist :AFTER this buffer source 2442@deffn Method ede-target-buffer-in-sourcelist :AFTER this buffer source
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 19dcb19de74..c7bf99c6413 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -465,7 +465,7 @@ string containing the text contained between those positions (if any),
465after the change was performed. 465after the change was performed.
466 466
467@item @code{:changes-start} and @code{:changes-end} 467@item @code{:changes-start} and @code{:changes-end}
468The value is, repectively, the minimum and maximum buffer positions 468The value is, respectively, the minimum and maximum buffer positions
469touched by the recent changes. These are provided for convenience and 469touched by the recent changes. These are provided for convenience and
470only if @code{:recent-changes} is also provided. 470only if @code{:recent-changes} is also provided.
471 471
diff --git a/doc/misc/texinfo.tex b/doc/misc/texinfo.tex
index 6d9d7113f77..254fab92c86 100644
--- a/doc/misc/texinfo.tex
+++ b/doc/misc/texinfo.tex
@@ -3101,10 +3101,10 @@ end
3101 3101
3102% Allow a ragged right output to aid breaking long URL's. There can 3102% Allow a ragged right output to aid breaking long URL's. There can
3103% be a break at the \allowbreak with no extra glue (if the existing stretch in 3103% be a break at the \allowbreak with no extra glue (if the existing stretch in
3104% the line is sufficent), a break at the \penalty100 with extra glue added 3104% the line is sufficient), a break at the \penalty100 with extra glue added
3105% at the end of the line, or no break at all here. 3105% at the end of the line, or no break at all here.
3106% Changing the value of the penalty and/or the amount of stretch affects how 3106% Changing the value of the penalty and/or the amount of stretch affects how
3107% preferrable one choice is over the other. 3107% preferable one choice is over the other.
3108\def\urefallowbreak{% 3108\def\urefallowbreak{%
3109 \allowbreak 3109 \allowbreak
3110 \hskip 0pt plus 4 em\relax 3110 \hskip 0pt plus 4 em\relax
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 97a26421f2f..fd3415d1ca0 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3004,7 +3004,7 @@ to user @code{root} on host @code{remotehost}, starting with an
3004@option{ssh} session on host @code{remotehost}: 3004@option{ssh} session on host @code{remotehost}:
3005@samp{@value{prefix}ssh@value{postfixhop}%h|su@value{postfixhop}remotehost@value{postfix}}. 3005@samp{@value{prefix}ssh@value{postfixhop}%h|su@value{postfixhop}remotehost@value{postfix}}.
3006 3006
3007On the other hand, if a trailing hop does not specifiy a host name, 3007On the other hand, if a trailing hop does not specify a host name,
3008the host name of the previous hop is reused. Therefore, the following 3008the host name of the previous hop is reused. Therefore, the following
3009file name is equivalent to the previous example: 3009file name is equivalent to the previous example:
3010@samp{@value{prefix}ssh@value{postfixhop}remotehost|su@value{postfixhop}@value{postfix}}. 3010@samp{@value{prefix}ssh@value{postfixhop}remotehost|su@value{postfixhop}@value{postfix}}.