aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/cc-mode.texi2
-rw-r--r--doc/misc/org.texi2
-rw-r--r--doc/misc/tramp.texi2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index d0d39d44e95..5a229c1cd6f 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -4734,7 +4734,7 @@ Once again, line 8 is assigned as @code{brace-entry-open} as is line
4734with anchor point at the @samp{@{} of line 8@footnote{This extra 4734with anchor point at the @samp{@{} of line 8@footnote{This extra
4735syntactic element was introduced in @ccmode{} 5.33.1 to allow extra 4735syntactic element was introduced in @ccmode{} 5.33.1 to allow extra
4736flexibility in indenting the second line of such a construct. You can 4736flexibility in indenting the second line of such a construct. You can
4737preserve the behaviour resulting from the former syntactic analysis by 4737preserve the behavior resulting from the former syntactic analysis by
4738giving @code{brace-list-entry} an offset of 4738giving @code{brace-list-entry} an offset of
4739@code{c-lineup-under-anchor} (@pxref{Misc Line-Up}).}, and 4739@code{c-lineup-under-anchor} (@pxref{Misc Line-Up}).}, and
4740@code{brace-list-entry} anchored on the @samp{1} of line 8. 4740@code{brace-list-entry} anchored on the @samp{1} of line 8.
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 4434636b7f2..c727cc3f8db 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -10235,7 +10235,7 @@ for display purposes only.
10235@cindex dash, special symbol 10235@cindex dash, special symbol
10236@cindex ellipsis, special symbol 10236@cindex ellipsis, special symbol
10237In addition to regular entities defined above, Org exports in a special 10237In addition to regular entities defined above, Org exports in a special
10238way@footnote{This behaviour can be disabled with @code{-} export setting 10238way@footnote{This behavior can be disabled with @code{-} export setting
10239(@pxref{Export settings}).} the following commonly used character 10239(@pxref{Export settings}).} the following commonly used character
10240combinations: @samp{\-} is treated as a shy hyphen, @samp{--} and @samp{---} 10240combinations: @samp{\-} is treated as a shy hyphen, @samp{--} and @samp{---}
10241are converted into dashes, and @samp{...} becomes a compact set of dots. 10241are converted into dashes, and @samp{...} becomes a compact set of dots.
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index f2530cd6eaa..e1c4f3e980e 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -3563,7 +3563,7 @@ Why is @file{~/.sh_history} file on the remote host growing?
3563@vindex tramp-histfile-override 3563@vindex tramp-histfile-override
3564Due to the remote shell saving tilde expansions triggered by 3564Due to the remote shell saving tilde expansions triggered by
3565@value{tramp}, the history file is probably growing rapidly. 3565@value{tramp}, the history file is probably growing rapidly.
3566@value{tramp} can suppress this behaviour with the user option 3566@value{tramp} can suppress this behavior with the user option
3567@option{tramp-histfile-override}. When set to @code{t}, environment 3567@option{tramp-histfile-override}. When set to @code{t}, environment
3568variable @env{HISTFILE} is unset, and environment variables 3568variable @env{HISTFILE} is unset, and environment variables
3569@env{HISTFILESIZE} @env{HISTSIZE} are set to 0. 3569@env{HISTFILESIZE} @env{HISTSIZE} are set to 0.